www.mooseframework.org
Functions
ComputePlaneStressIsotropicElasticityTensor.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PeridynamicsTestApp", ComputePlaneStressIsotropicElasticityTensor)
 
template<>
InputParameters validParams< ComputePlaneStressIsotropicElasticityTensor > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PeridynamicsTestApp"  ,
ComputePlaneStressIsotropicElasticityTensor   
)

◆ validParams< ComputePlaneStressIsotropicElasticityTensor >()

template<>
InputParameters validParams< ComputePlaneStressIsotropicElasticityTensor > ( )

Definition at line 17 of file ComputePlaneStressIsotropicElasticityTensor.C.

18 {
19  InputParameters params = validParams<ComputeIsotropicElasticityTensor>();
20  params.addClassDescription(
21  "Class for computing a constant isotropic elasticity tensor for strong plane stress");
22 
23  return params;
24 }
validParams< ComputeIsotropicElasticityTensor >
InputParameters validParams< ComputeIsotropicElasticityTensor >()