Go to the documentation of this file.
12 #include "DiscreteElementUserObject.h"
13 #include "RankTwoTensor.h"
32 virtual bool computeValue(
unsigned int, Real, Real &)
const = 0;
33 virtual bool computeDerivative(
unsigned int, Real,
const std::string &, Real &)
const = 0;
virtual bool computeDerivative(unsigned int, Real, const std::string &, Real &) const =0
const MaterialProperty< Real > & _intvar_rate
static InputParameters validParams()
std::string _intvar_rate_prop_name
This user object is a pure virtual base classs Derived classes integrate internal variables Currently...
const MaterialProperty< Real > & _this_old
HEVPInternalVarUOBase(const InputParameters ¶meters)
InputParameters validParams< HEVPInternalVarUOBase >()
virtual bool computeValue(unsigned int, Real, Real &) const =0