15template <
typename ComputeValueType>
24template <
typename ComputeValueType>
35 Real jump = _u[_qp] - _u_neighbor[_qp];
44 Real jump = _normals[_qp] * (_u[_qp] - _u_neighbor[_qp]);
registerMooseObject("MooseApp", ValueJumpIndicator)
The InternalSideIndicator class is responsible for calculating the residuals for various physics on i...
static InputParameters validParams()
Factory constructor initializes all internal references needed for indicator computation.
ValueJumpIndicatorTempl(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
The virtual function you will want to override to compute error contributions.
static InputParameters validParams()