ADSplitCHWResBase implements the residual for the chemical potential in the split form of the Cahn-Hilliard equation in a general way that can be templated to a scalar or tensor mobility.
More...
#include <ADSplitCHWResBase.h>
template<ComputeStage compute_stage, typename T>
class ADSplitCHWResBase< compute_stage, T >
ADSplitCHWResBase implements the residual for the chemical potential in the split form of the Cahn-Hilliard equation in a general way that can be templated to a scalar or tensor mobility.
Definition at line 22 of file ADSplitCHWResBase.h.
◆ ADSplitCHWResBase()
template<ComputeStage compute_stage, typename T >
Definition at line 47 of file ADSplitCHWResBase.h.
48 : ADKernelGrad<compute_stage>(parameters),
49 _mob_name(getParam<MaterialPropertyName>(
"mob_name")),
50 _mob(getADMaterialProperty<T>(
"mob_name"))
◆ ADMaterialProperty()
template<ComputeStage compute_stage, typename T>
◆ precomputeQpResidual()
template<ComputeStage compute_stage, typename T >
◆ _mob_name
template<ComputeStage compute_stage, typename T>
◆ usingKernelGradMembers
template<ComputeStage compute_stage, typename T>
The documentation for this class was generated from the following file: