www.mooseframework.org
Functions
LineMaterialSymmTensorSampler.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "SolidMechanicsApp"  ,
LineMaterialSymmTensorSampler   
)

◆ validParams< LineMaterialSymmTensorSampler >()

template<>
InputParameters validParams< LineMaterialSymmTensorSampler > ( )

Definition at line 16 of file LineMaterialSymmTensorSampler.C.

17 {
18  InputParameters params = validParams<LineMaterialSamplerBase<Real>>();
20  return params;
21 }
validParams< MaterialTensorCalculator >
InputParameters validParams< MaterialTensorCalculator >()
Definition: MaterialTensorCalculator.C:15