Go to the documentation of this file.
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;
Gradient exact_grad(const Point &, const Parameters &, const std::string &, const std::string &)
virtual System & add_system(const std::string &system_type, const std::string &name)
Add the system of type system_type named name to the systems array.
The libMesh namespace provides an interface to certain functionality in the library.
This class provides a specific system class.
A Point defines a location in LIBMESH_DIM dimensional Real space.
Number exact_value(const Point &, const Parameters &, const std::string &, const std::string &)
This is the EquationSystems class.
NumberVectorValue Gradient
This class provides the ability to map between arbitrary, user-defined strings and several data types...
FEMSystem & build_system(EquationSystems &es, GetPot &, FEMParameters &)