10#ifdef MOOSE_MFEM_ENABLED
Class for output information saved in MFEM DataCollections.
Class for output information saved in MFEM ParaViewDataCollections.
virtual mfem::DataCollection & getDataCollection() override
void registerVectorCoefficients(std::vector< MFEMVectorCoefficientName > &vector_coefficient_names)
Register user-specified vector coefficients to the DataCollection.
static InputParameters validParams()
const bool _high_order_output
std::vector< MFEMScalarCoefficientName > _scalar_coefficient_names
const mfem::VTKFormat _vtk_format
void registerScalarCoefficients(std::vector< MFEMScalarCoefficientName > &scalar_coefficient_names)
Register user-specified scalar coefficients to the DataCollection.
std::vector< MFEMVectorCoefficientName > _vector_coefficient_names
const unsigned int _refinements
mfem::ParaViewDataCollection _pv_dc
const InputParameters & parameters() const
Get the parameters of the object.