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;
registerMooseAction("MooseApp", AddMFEMComplexBCComponentAction, "add_mfem_complex_bc_components")
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...
AddMFEMComplexBCComponentAction(const InputParameters ¶meters)
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
static InputParameters validParams()
void addRealComponentToBC(const std::string &kernel_name, const std::string &name, InputParameters ¶meters)
Adds a real component BC to the parent MFEMComplexIntegratedBC.
void addImagComponentToBC(const std::string &kernel_name, const std::string &name, InputParameters ¶meters)
Adds an imaginary component BC to the parent MFEMComplexIntegratedBC.
const InputParameters & _pars
The object's parameters.
const std::string & _name
The name of this class.
InputParameters _moose_object_pars
The parameters for the object to be created.
static InputParameters validParams()
std::string _type
The Object type that is being created.