Go to the documentation of this file.
42 const MaterialProperty<Real> &
_dmudu;
43 const std::vector<VariableName>
_vname;
44 std::vector<const MaterialProperty<Real> *>
_dmudEtaj;
This kernel calculates the residual for grain growth for a multi-phase, poly-crystal system.
std::vector< MaterialPropertyName > _gamma_names
Names of gammas for each order parameter.
virtual Real computeDFDOP(PFFunctionType type)
const MaterialProperty< Real > & _dmudu
const NonlinearVariableName _uname
std::vector< const MaterialProperty< Real > * > _prop_gammas
Values of gammas for each order parameter.
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
std::vector< const MaterialProperty< Real > * > _dmudEtaj
This is the base class for kernels that calculate the residual for grain growth.
InputParameters validParams< ACGrGrMulti >()
const std::vector< VariableName > _vname
ACGrGrMulti(const InputParameters ¶meters)