Go to the source code of this file.
Classes | |
class | ACBarrierFunctionTempl< is_ad > |
class | ACBarrierFunction |
class | ADACBarrierFunction |
Typedefs | |
template<bool is_ad> | |
using | ACBarrierFunctionBase = typename std::conditional< is_ad, ADGrainGrowthBase, ACGrGrBase >::type |
Several kernels use a material property called mu. More... | |
using ACBarrierFunctionBase = typename std::conditional<is_ad, ADGrainGrowthBase, ACGrGrBase>::type |
Several kernels use a material property called mu.
If mu is not a constant, then this kernel will calculate the bulk AC term where mu is the derivative term. It currently only takes a single value for gamma.
Definition at line 21 of file ACBarrierFunction.h.