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

Go to the source code of this file.

Classes

class  Moose::MFEM::NamedFieldsMap< T >
 Lightweight adaptor over an std::map from strings to pointer to T. More...
 
class  Moose::MFEM::TimeDerivativeMap
 Lightweight adaptor over a std::map relating names of GridFunctions with the name of their time derivatives. More...
 

Namespaces

 Moose::MFEM
 

Typedefs

using Moose::MFEM::FECollections = Moose::MFEM::NamedFieldsMap< mfem::FiniteElementCollection >
 
using Moose::MFEM::FESpaces = Moose::MFEM::NamedFieldsMap< mfem::ParFiniteElementSpace >
 
using Moose::MFEM::GridFunctions = Moose::MFEM::NamedFieldsMap< mfem::ParGridFunction >
 
using Moose::MFEM::SubMeshes = Moose::MFEM::NamedFieldsMap< mfem::ParSubMesh >