17 params.addClassDescription(
18 "SUPG stablization term for the advection portion of the level set equation.");
19 params += validParams<LevelSetVelocityInterface<>>(););
21 template <ComputeStage compute_stage>
27 template <ComputeStage compute_stage>
32 ADReal tau = _current_elem->hmin() / (2 * _velocity.norm());
33 return (tau * _velocity) * (_velocity * _grad_u[_qp]);