10 #ifdef MOOSE_MFEM_ENABLED 16 "add_mfem_complex_kernel_components");
23 "Add an MFEMKernel to serve as the real or imaginary component of an MFEMComplexKernel.");
36 std::vector<std::string> elements;
40 static_cast<MFEMProblem &>(*_problem).addRealComponentToKernel(
43 static_cast<MFEMProblem &>(*_problem).addImagComponentToKernel(
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
const InputParameters & _pars
The object's parameters.
const std::string & _name
The name of this class.
registerMooseAction("MooseApp", AddMFEMComplexKernelComponentAction, "add_mfem_complex_kernel_components")
static InputParameters validParams()
static InputParameters validParams()
This class allows us to introduce the kernels that will be the real and imaginary components of MFEMC...
AddMFEMComplexKernelComponentAction(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.