10#ifdef MOOSE_MFEM_ENABLED
virtual mfem::LinearFormIntegrator * getImagLFIntegrator()
virtual ~MFEMComplexKernel()=default
virtual void setImagKernel(std::shared_ptr< MFEMKernel > kernel)
virtual mfem::LinearFormIntegrator * getRealLFIntegrator()
std::shared_ptr< MFEMKernel > _real_kernel
static InputParameters validParams()
virtual mfem::BilinearFormIntegrator * getRealBFIntegrator()
virtual void setRealKernel(std::shared_ptr< MFEMKernel > kernel)
virtual mfem::BilinearFormIntegrator * getImagBFIntegrator()
std::shared_ptr< MFEMKernel > _imag_kernel
Class to construct an MFEM integrator to apply to the equation system.
const InputParameters & parameters() const
Get the parameters of the object.