Go to the source code of this file.
Classes | |
| class | Moose::MFEM::CoefficientMap< T, Tpw > |
| Class to manage MFEM coefficient objects representing material properties. More... | |
Namespaces | |
| Moose::MFEM | |
| Utilities for converting between vector(s) of libMesh Points and MFEM Vector(s). | |
Typedefs | |
| using | Moose::MFEM::ScalarMap = CoefficientMap< mfem::Coefficient, mfem::PWCoefficient > |
| using | Moose::MFEM::VectorMap = CoefficientMap< mfem::VectorCoefficient, mfem::PWVectorCoefficient > |
| using | Moose::MFEM::MatrixMap = CoefficientMap< mfem::MatrixCoefficient, mfem::PWMatrixCoefficient > |
1.8.14