Go to the documentation of this file.
12 #include "KernelGrad.h"
13 #include "JvarMapInterface.h"
14 #include "DerivativeMaterialInterface.h"
39 const MaterialProperty<Real> &
_L;
40 const MaterialProperty<Real> &
_dLdop;
41 const MaterialProperty<Real> &
_eps;
42 const MaterialProperty<Real> &
_deps;
47 std::vector<const MaterialProperty<Real> *>
_dLdarg;
48 std::vector<const MaterialProperty<Real> *>
_depsdarg;
VectorValue< Real > RealGradient
InputParameters validParams< ACInterfaceKobayashi1 >()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const MaterialProperty< RealGradient > & _ddepsdgrad_op
std::vector< const MaterialProperty< Real > * > _ddepsdarg
std::vector< const MaterialProperty< Real > * > _dLdarg
Mobility derivative w.r.t. other coupled variables.
Kernel 1 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R.
const MaterialProperty< Real > & _L
Mobility.
std::vector< const MaterialProperty< Real > * > _depsdarg
virtual RealGradient precomputeQpJacobian()
const MaterialProperty< Real > & _dLdop
const MaterialProperty< RealGradient > & _depsdgrad_op
const MaterialProperty< Real > & _eps
const MaterialProperty< Real > & _deps
virtual RealGradient precomputeQpResidual()
Enum of computeDFDOP inputs.
ACInterfaceKobayashi1(const InputParameters ¶meters)