10 #ifdef MOOSE_MFEM_ENABLED 21 "Add an MFEMIntegratedBC to serve as the real or imaginary component of " 22 "an MFEMComplexIntegratedBC.");
34 std::vector<std::string> elements;
38 static_cast<MFEMProblem &>(*_problem).addRealComponentToBC(
41 static_cast<MFEMProblem &>(*_problem).addImagComponentToBC(
static InputParameters validParams()
const InputParameters & _pars
The object's parameters.
const std::string & _name
The name of this class.
static InputParameters validParams()
registerMooseAction("MooseApp", AddMFEMComplexBCComponentAction, "add_mfem_complex_bc_components")
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
AddMFEMComplexBCComponentAction(const InputParameters ¶meters)
std::string _type
The Object type that is being created.
InputParameters _moose_object_pars
The parameters for the object to be created.
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
This class allows us to add the user objects that will be the real and imaginary components of MFEMCo...