www.mooseframework.org
Functions
ElasticModel.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("SolidMechanicsApp", ElasticModel)
 
template<>
InputParameters validParams< ElasticModel > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "SolidMechanicsApp"  ,
ElasticModel   
)

◆ validParams< ElasticModel >()

template<>
InputParameters validParams< ElasticModel > ( )

Definition at line 18 of file ElasticModel.C.

19 {
20  InputParameters params = validParams<ConstitutiveModel>();
21  return params;
22 }
validParams< ConstitutiveModel >
InputParameters validParams< ConstitutiveModel >()
Definition: ConstitutiveModel.C:16