MFEM
v4.5.1
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[]) |
Variables | |
double | func_order |
Definition at line 121 of file findpts.cpp.
double field_func | ( | const Vector & | x | ) |
Definition at line 113 of file findpts.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 127 of file findpts.cpp.
GridFunction* ProlongToMaxOrder | ( | const GridFunction * | x, |
const int | fieldtype | ||
) |
Definition at line 54 of file findpts.cpp.
double func_order |
Definition at line 110 of file findpts.cpp.