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