MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
example_utils.hpp File Reference

Go to the source code of this file.

Functions

void check_options (mfem::OptionsParser &args)
 
void make_fun (mfem::FiniteElementSpace &fe, mfem::Coefficient &c, mfem::GridFunction &f)
 
double example_fun (const mfem::Vector &x)
 
void vector_fun (const mfem::Vector &x, mfem::Vector &f)
 
void plot (mfem::Mesh &mesh, mfem::GridFunction &x, std::string title)
 

Function Documentation

void check_options ( mfem::OptionsParser args)
inline

Definition at line 12 of file example_utils.hpp.

double example_fun ( const mfem::Vector x)
inline

Definition at line 54 of file example_utils.hpp.

void make_fun ( mfem::FiniteElementSpace fe,
mfem::Coefficient c,
mfem::GridFunction f 
)
inline

Definition at line 43 of file example_utils.hpp.

void plot ( mfem::Mesh mesh,
mfem::GridFunction x,
std::string  title 
)
inline

Definition at line 76 of file example_utils.hpp.

void vector_fun ( const mfem::Vector x,
mfem::Vector f 
)

Definition at line 69 of file example_utils.hpp.