MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
findpts.cpp File Reference

Go to the source code of this file.

Functions

GridFunctionProlongToMaxOrder (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
 

Function Documentation

◆ F_exact()

void F_exact ( const Vector & p,
Vector & F )

Definition at line 195 of file findpts.cpp.

◆ field_func()

double field_func ( const Vector & x)

Definition at line 187 of file findpts.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 201 of file findpts.cpp.

◆ ProlongToMaxOrder()

GridFunction * ProlongToMaxOrder ( const GridFunction * x,
const int fieldtype )

Definition at line 108 of file findpts.cpp.

◆ VisualizeFESpacePolynomialOrder()

void VisualizeFESpacePolynomialOrder ( FiniteElementSpace & fespace,
const char * title )

Definition at line 166 of file findpts.cpp.

Variable Documentation

◆ func_order

double func_order

Definition at line 184 of file findpts.cpp.