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

Go to the source code of this file.

Classes

class  GeneralizedPlaneStrainPD
 ScalarKernel class to assemble residual and diagonal jacobian fetched from userobject. More...
 

Functions

template<>
InputParameters validParams< GeneralizedPlaneStrainPD > ()
 

Function Documentation

◆ validParams< GeneralizedPlaneStrainPD >()

template<>
InputParameters validParams< GeneralizedPlaneStrainPD > ( )

Definition at line 19 of file GeneralizedPlaneStrainPD.C.

20 {
21  InputParameters params = validParams<ScalarKernel>();
22  params.addClassDescription("Class for claculating residual and diagonal Jacobian for"
23  "state-based peridynamic generalized plane strain formulation");
24 
25  params.addRequiredParam<UserObjectName>(
26  "generalized_plane_strain_uo",
27  "UserObject name of the GeneralizedPlaneStrainUserObjectBasePD");
28 
29  return params;
30 }