libMesh
|
Go to the source code of this file.
Functions | |
FEMSystem & | build_system (EquationSystems &es, GetPot &, FEMParameters &) |
Number | exact_value (const Point &, const Parameters &, const std::string &, const std::string &) |
Gradient | exact_grad (const Point &, const Parameters &, const std::string &, const std::string &) |
FEMSystem& build_system | ( | EquationSystems & | es, |
GetPot & | , | ||
FEMParameters & | |||
) |
Definition at line 7 of file mysystems.h.
References libMesh::EquationSystems::add_system().
Gradient exact_grad | ( | const Point & | , |
const Parameters & | , | ||
const std::string & | , | ||
const std::string & | |||
) |
Definition at line 25 of file mysystems.h.
References libMesh::out.
Referenced by libMesh::ExactSolution::_compute_error(), and main().
Number exact_value | ( | const Point & | , |
const Parameters & | , | ||
const std::string & | , | ||
const std::string & | |||
) |