https://mooseframework.inl.gov
Classes | Namespaces | Typedefs
CoefficientMap.h File Reference

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
 

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 >