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