MFEM
v4.6.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
GridFunction * | ProlongToMaxOrder (const GridFunction *x, const int fieldtype) |
void | VisualizeFESpacePolynomialOrder (FiniteElementSpace &fespace, const char *title) |
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 195 of file findpts.cpp.
double field_func | ( | const Vector & | x | ) |
Definition at line 187 of file findpts.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 201 of file findpts.cpp.
GridFunction* ProlongToMaxOrder | ( | const GridFunction * | x, |
const int | fieldtype | ||
) |
Definition at line 108 of file findpts.cpp.
void VisualizeFESpacePolynomialOrder | ( | FiniteElementSpace & | fespace, |
const char * | title | ||
) |
Definition at line 166 of file findpts.cpp.
double func_order |
Definition at line 184 of file findpts.cpp.