boundary_id_type BoundaryID
const Elem *const & _current_elem
Current element under consideration.
bool _scale_by_flux_faces
Whether to scale the indicator value by the number of flux faces in an attempt to avoid penalizing in...
const MooseArray< Point > & _normals
Normal vectors at the quadrature points.
unsigned int _qp
The current quadrature point.
const unsigned int & _current_side
Current side.
const MooseArray< Real > & _JxW
The quadrature weight multiplied by the element Jacobian.
virtual bool isVarFV() const =0
Whether or not the derived classes are acting on a finite volume variable or not.
const MooseArray< Real > & _coord
The coordinate transformation.
const Elem *const & _neighbor_elem
The neighbor element across from the current side.
static InputParameters validParams()
const Moose::CoordinateSystemType & _coord_sys
Coordinate system.
virtual Real computeQpIntegral()=0
The virtual function you will want to override to compute error contributions.
BoundaryID _boundary_id
The bounday (if any) that this indicator is operating on.
const MooseArray< Point > & _q_point
The spatial location of the current quadrature point.
MooseVariableFE< Real > & _field_var
virtual void finalize() override
Can be overridden to do a final postprocessing of the indicator field.
static const BoundaryID InternalBndId
const QBase *const & _qrule
The quadrature rule being used.
virtual void computeIndicator() override
Computes the indicator for the current side.
const Elem *const & _current_side_elem
Current side element.
const InputParameters & parameters() const
Get the parameters of the object.
Class for stuff related to variables.
Enhances Coupleable interface to also couple the values from neighbor elements.
Interface for objects that needs scalar coupling capabilities.