MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
extrapolate.cpp File Reference

Go to the source code of this file.

Functions

real_t domainLS (const Vector &coord)
 
real_t 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()

real_t domainLS ( const Vector & coord)

Definition at line 48 of file extrapolate.cpp.

◆ main()

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

Definition at line 111 of file extrapolate.cpp.

◆ PrintIntegral()

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

Definition at line 100 of file extrapolate.cpp.

◆ PrintNorm()

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

Definition at line 88 of file extrapolate.cpp.

◆ solution0()

real_t 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.