www.mooseframework.org
Functions
MaterialTensorIntegralSM.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "SolidMechanicsApp"  ,
MaterialTensorIntegralSM   
)

◆ validParams< MaterialTensorIntegralSM >()

template<>
InputParameters validParams< MaterialTensorIntegralSM > ( )

Definition at line 19 of file MaterialTensorIntegralSM.C.

20 {
21  InputParameters params = validParams<ElementIntegralPostprocessor>();
23  params.addRequiredParam<std::string>("tensor", "The material tensor name.");
24  params.set<bool>("use_displaced_mesh") = true;
25  return params;
26 }
validParams< MaterialTensorCalculator >
InputParameters validParams< MaterialTensorCalculator >()
Definition: MaterialTensorCalculator.C:15