Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NodalDisplacementDifferenceL2NormPD >()
Definition at line 18 of file NodalDisplacementDifferenceL2NormPD.C.
21 params.addClassDescription(
"Class for computing the L2 norm of the difference between "
22 "displacements and their analytic solutions");
24 params.addRequiredParam<std::vector<FunctionName>>(
25 "analytic_functions",
"The known analytic functions for displacements");
26 params.addRequiredParam<std::vector<NonlinearVariableName>>(
27 "displacements",
"Nonlinear variable name for the displacements");
InputParameters validParams< NodalIntegralPostprocessorBasePD >()