www.mooseframework.org
Functions
NodalVariableIntegralPD.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PeridynamicsApp", NodalVariableIntegralPD)
 
template<>
InputParameters validParams< NodalVariableIntegralPD > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PeridynamicsApp"  ,
NodalVariableIntegralPD   
)

◆ validParams< NodalVariableIntegralPD >()

template<>
InputParameters validParams< NodalVariableIntegralPD > ( )

Definition at line 17 of file NodalVariableIntegralPD.C.

18 {
19  InputParameters params = validParams<NodalIntegralPostprocessorBasePD>();
20  params.addClassDescription("Class for calculating the domain integral of nodal variables");
21 
22  params.addRequiredParam<VariableName>(
23  "variable", "The name of the variable that this postprocessor operates on");
24 
25  return params;
26 }
validParams< NodalIntegralPostprocessorBasePD >
InputParameters validParams< NodalIntegralPostprocessorBasePD >()
Definition: NodalIntegralPostprocessorBasePD.C:14