https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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

namespace  Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 
namespace  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 >