MFEM  v4.6.0
Finite element discretization library
Functions | Variables
extrapolate.cpp File Reference

Go to the source code of this file.

Functions

double domainLS (const Vector &coord)
 
double solution0 (const Vector &coord)
 
void PrintNorm (int myid, Vector &v, std::string text)
 
void PrintIntegral (int myid, ParGridFunction &g, std::string text)
 
int main (int argc, char *argv[])
 

Variables

int problem = 0
 

Function Documentation

◆ domainLS()

double domainLS ( const Vector coord)

Definition at line 48 of file extrapolate.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 110 of file extrapolate.cpp.

◆ PrintIntegral()

void PrintIntegral ( int  myid,
ParGridFunction g,
std::string  text 
)

Definition at line 99 of file extrapolate.cpp.

◆ PrintNorm()

void PrintNorm ( int  myid,
Vector v,
std::string  text 
)

Definition at line 88 of file extrapolate.cpp.

◆ solution0()

double solution0 ( const Vector coord)

Definition at line 77 of file extrapolate.cpp.

Variable Documentation

◆ problem

int problem = 0

Definition at line 46 of file extrapolate.cpp.