https://mooseframework.inl.gov
Classes | Namespaces | Variables
MFEMLORLinearSolverBase.h File Reference

Go to the source code of this file.

Classes

class  Moose::MFEM::LORLinearSolverBase< MFEMSolverType >
 Base class for LOR compatible linear MFEM solvers and preconditioners. More...
 

Namespaces

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

Variables

template<typename T , typename... Ts>
constexpr bool Moose::MFEM::is_any_of_v = (std::is_same_v<T, Ts> || ...)