MFEM
v4.5.1
Finite element discretization library
|
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 |
double domainLS | ( | const Vector & | coord | ) |
Definition at line 48 of file extrapolate.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 110 of file extrapolate.cpp.
void PrintIntegral | ( | int | myid, |
ParGridFunction & | g, | ||
std::string | text | ||
) |
Definition at line 99 of file extrapolate.cpp.
void PrintNorm | ( | int | myid, |
Vector & | v, | ||
std::string | text | ||
) |
Definition at line 88 of file extrapolate.cpp.
double solution0 | ( | const Vector & | coord | ) |
Definition at line 77 of file extrapolate.cpp.
int problem = 0 |
Definition at line 46 of file extrapolate.cpp.