2#include "femparameters.h"
20 libMesh::out <<
"Warning! No exact value function specified! Returning 0." << std::endl;
30 libMesh::out <<
"Warning! No exact value function specified! Returning 0." << std::endl;
This is the EquationSystems class.
virtual System & add_system(std::string_view system_type, std::string_view name)
Add the system of type system_type named name to the systems array.
This class provides a specific system class.
This class provides the ability to map between arbitrary, user-defined strings and several data types...
A Point defines a location in LIBMESH_DIM dimensional Real space.
This class defines a vector in LIBMESH_DIM dimensional Real or Complex space.
FEMSystem & build_system(EquationSystems &es, GetPot &, FEMParameters &)
Gradient exact_grad(const Point &, const Parameters &, const std::string &, const std::string &)
Number exact_value(const Point &, const Parameters &, const std::string &, const std::string &)
The libMesh namespace provides an interface to certain functionality in the library.
NumberVectorValue Gradient