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

 mfem
 
 Moose::MFEM
 Utilities for converting between vector(s) of libMesh Points and MFEM Vector(s).
 

Typedefs

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