MFEM  v4.6.0
Finite element discretization library
Functions
ex7.cpp File Reference

Go to the source code of this file.

Functions

double analytic_solution (const Vector &x)
 
double analytic_rhs (const Vector &x)
 
void SnapNodes (Mesh &mesh)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ analytic_rhs()

double analytic_rhs ( const Vector x)

Definition at line 258 of file ex7.cpp.

◆ analytic_solution()

double analytic_solution ( const Vector x)

Definition at line 252 of file ex7.cpp.

◆ main()

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

Definition at line 35 of file ex7.cpp.

◆ SnapNodes()

void SnapNodes ( Mesh mesh)

Definition at line 264 of file ex7.cpp.