10 #ifdef MOOSE_MFEM_ENABLED    19       "Base class for mixed bilinear form kernels, allowing different trial and test variables.");
    22       "The trial variable this kernel is acting on and which will be solved for. If empty "    23       "(default), it will be the same as the test variable.");
    25       "transpose", 
false, 
"If true, adds the transpose of the integrator to the system instead.");
    31     _trial_var_name(isParamValid(
"trial_variable") ? getParam<VariableName>(
"trial_variable")
    33     _transpose(getParam<bool>(
"transpose"))
    43 mfem::BilinearFormIntegrator *
 
Class to construct an MFEM integrator to apply to the equation system. 
static InputParameters validParams()