MFEM
v4.4.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
GridFunction * | ProlongToMaxOrder (const GridFunction *x, const int fieldtype) |
double | field_func (const Vector &x) |
void | F_exact (const Vector &p, Vector &F) |
int | main (int argc, char *argv[]) |
Definition at line 111 of file findpts.cpp.
double field_func | ( | const Vector & | x | ) |
Definition at line 103 of file findpts.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 117 of file findpts.cpp.
GridFunction* ProlongToMaxOrder | ( | const GridFunction * | x, |
const int | fieldtype | ||
) |
Definition at line 46 of file findpts.cpp.