Store current time, dt, and time step number in material properties. More...
#include <TimeStepMaterial.h>
Public Member Functions | |
TimeStepMaterial (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | computeQpProperties () |
Protected Attributes | |
MaterialProperty< Real > & | _prop_dt |
MaterialProperty< Real > & | _prop_time |
MaterialProperty< Real > & | _prop_time_step |
Store current time, dt, and time step number in material properties.
Definition at line 22 of file TimeStepMaterial.h.
TimeStepMaterial::TimeStepMaterial | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file TimeStepMaterial.C.
|
protectedvirtual |
Definition at line 37 of file TimeStepMaterial.C.
|
protected |
Definition at line 30 of file TimeStepMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 31 of file TimeStepMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 32 of file TimeStepMaterial.h.
Referenced by computeQpProperties().