www.mooseframework.org
Classes | Functions
NodalVariableIntegralPD.h File Reference

Go to the source code of this file.

Classes

class  NodalVariableIntegralPD
 Postprocessor class to compute nodal variable integral in peridynamic discretization. More...
 

Functions

template<>
InputParameters validParams< NodalVariableIntegralPD > ()
 

Function Documentation

◆ 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