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