www.mooseframework.org
Functions
TestMatTimeDerivative.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("XFEMTestApp", TestMatTimeDerivative)
 
template<>
InputParameters validParams< TestMatTimeDerivative > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "XFEMTestApp"  ,
TestMatTimeDerivative   
)

◆ validParams< TestMatTimeDerivative >()

template<>
InputParameters validParams< TestMatTimeDerivative > ( )

Definition at line 16 of file TestMatTimeDerivative.C.

17 {
18  InputParameters params = validParams<TimeDerivative>();
19  params.addRequiredParam<MaterialPropertyName>("mat_prop_value", "Material "
20  "property to multiply by time "
21  "derivative");
22  return params;
23 }