Go to the source code of this file.
Functions | |
| registerMooseObject ("MooseApp", MFEMProblem) | |
| libMesh::Point | pointFromMFEMVector (const mfem::Vector &vec) |
| int | vectorFunctionDim (const std::string &type, const InputParameters ¶meters) |
Variables | |
| const std::vector< std::string > | SCALAR_FUNCS |
| const std::vector< std::string > | VECTOR_FUNCS = {"ParsedVectorFunction", "LevelSetOlssonVortex"} |
| libMesh::Point pointFromMFEMVector | ( | const mfem::Vector & | vec | ) |
| registerMooseObject | ( | "MooseApp" | , |
| MFEMProblem | |||
| ) |
| int vectorFunctionDim | ( | const std::string & | type, |
| const InputParameters & | parameters | ||
| ) |
Definition at line 259 of file MFEMProblem.C.
Referenced by MFEMProblem::addFunction().
| const std::vector<std::string> SCALAR_FUNCS |
Definition at line 286 of file MFEMProblem.C.
Referenced by MFEMProblem::addFunction().
| const std::vector<std::string> VECTOR_FUNCS = {"ParsedVectorFunction", "LevelSetOlssonVortex"} |
Definition at line 324 of file MFEMProblem.C.
Referenced by MFEMProblem::addFunction().
1.8.14