Go to the source code of this file.
◆ validParams< TimeStepMaterial >()
Definition at line 16 of file TimeStepMaterial.C.
18 InputParameters params = validParams<Material>();
19 params.addParam<MaterialPropertyName>(
20 "prop_dt",
"dt",
"Material property to store the current dt");
21 params.addParam<MaterialPropertyName>(
22 "prop_time",
"time",
"Material property to store the current time");
23 params.addParam<MaterialPropertyName>(
24 "prop_time_step",
"time_step",
"Material property to store the current time step number");