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

Go to the source code of this file.

Functions

GridFunctionProlongToMaxOrder (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[])
 

Function Documentation

void F_exact ( const Vector p,
Vector F 
)

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.