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 272 of file MFEMProblem.C.
Referenced by MFEMProblem::addFunction().
const std::vector<std::string> SCALAR_FUNCS |
Definition at line 299 of file MFEMProblem.C.
Referenced by MFEMProblem::addFunction().
const std::vector<std::string> VECTOR_FUNCS = {"ParsedVectorFunction", "LevelSetOlssonVortex"} |
Definition at line 337 of file MFEMProblem.C.
Referenced by MFEMProblem::addFunction().