10 #ifdef MOOSE_MFEM_ENABLED 18 params.
addParam<MFEMVectorCoefficientName>(
"vector_coefficient_real",
20 "Vector coefficient specifying the real part of the " 21 "values the variable takes on the boundary");
22 params.
addParam<MFEMVectorCoefficientName>(
"vector_coefficient_imag",
24 "Vector coefficient specifying the imaginary part of " 25 "the values the variable takes on the boundary");
33 _vec_coef_real(getVectorCoefficient(
"vector_coefficient_real")),
34 _vec_coef_imag(getVectorCoefficient(
"vector_coefficient_imag"))
MFEMComplexVectorDirichletBCBase(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()