コード例 #1
0
InputParameters validParams<ApplyCoupledVariablesTestAction>()
{
  InputParameters params = validParams<Action>();
  params.addCustomTypeParam("coef", 0.0, "CoefficientType", "The coefficient of diffusion");
  params.addRequiredParam<NonlinearVariableName>("variable", "The name of the variable that this Kernel operates on");
  return params;
}