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

namespace  mfem
 
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::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 >