10#ifdef MOOSE_MFEM_ENABLED
21 "Base class for mixed sesquilinear form kernels, allowing different trial and test "
22 "variables. Transposition of each component is controlled individually via the `transpose` "
23 "parameter on each `RealComponent`/`ImagComponent` sub-block.");
26 "The trial variable this kernel is acting on and which will be solved for. If empty "
27 "(default), it will be the same as the test variable.");
33 _trial_var_name(isParamValid(
"trial_variable") ? getParam<VariableName>(
"trial_variable")
static InputParameters validParams()