Go to the documentation of this file.
12 #include "ElementPostprocessor.h"
35 virtual void execute()
override;
40 virtual void threadJoin(
const UserObject & y)
override;
virtual void initialSetup() override
static InputParameters validParams()
virtual void finalize() override
virtual void execute() override
virtual void threadJoin(const UserObject &y) override
const Real & _factor
User defined factor to be multiplied to the critical time step.
InputParameters validParams< CriticalTimeStep >()
Real _critical_time
Critical time step for explicit solver.
const MaterialProperty< Real > & _effective_stiffness
Effective stiffness of element: function of material properties and element size.
Add-on class that provides the functionality to check if guarantees for material properties are provi...
const MaterialProperty< Real > & _material_density
Density of the material.
virtual Real getValue() override
CriticalTimeStep(const InputParameters ¶meters)
virtual void initialize() override