![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
| void | VisualizeFESpacePolynomialOrder (FiniteElementSpace &fespace, const char *title, int locx) |
| 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 84 of file findpts.cpp.
| double field_func | ( | const Vector & | x | ) |
Definition at line 76 of file findpts.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 90 of file findpts.cpp.
| void VisualizeFESpacePolynomialOrder | ( | FiniteElementSpace & | fespace, |
| const char * | title, | ||
| int | locx ) |
Definition at line 55 of file findpts.cpp.
| double func_order |
Definition at line 73 of file findpts.cpp.