MatNeumannBCTempl< false > MatNeumannBC
MatNeumannBCTempl< true > ADMatNeumannBC
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< Real, is_ad > GenericReal
Implements a Neumann BC where D grad(u) = value * M on the boundary, where value is a constant and M ...
virtual GenericReal< is_ad > computeQpResidual() override
Method for computing the residual at quadrature points.
usingGenericIntegratedBCMembers
const GenericMaterialProperty< Real, is_ad > & _boundary_prop
Value of material property on the boundary.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
Implements a simple constant Neumann BC where grad(u)=value on the boundary.
const Real & _value
Value of grad(u) on the boundary.