18#include "libmesh/numeric_vector.h"
19#include "libmesh/dof_map.h"
20#include "libmesh/elem.h"
21#include "libmesh/quadrature.h"
22#include "libmesh/dense_vector.h"
23#include "libmesh/enum_fe_family.h"
51template <
typename OutputType>
96 virtual bool isFV()
const override {
return true; }
108 virtual void reinitNodes(
const std::vector<dof_id_type> & )
override final {}
116 mooseError(
"nodalDofIndex not supported by MooseVariableFVBase");
120 mooseError(
"nodalDofIndexNeighbor not supported by MooseVariableFVBase");
122 virtual std::size_t
phiSize() const override final {
return _phi.size(); }
131 mooseError(
"phiLowerSize not supported by MooseVariableFVBase");
155 mooseError(
"numberOfDofsNeighbor not supported by MooseVariableFVBase");
158 virtual bool isNodal() const override final {
return false; }
169 virtual void setNodalValue(
const OutputType & value,
unsigned int idx = 0)
override;
180 std::vector<dof_id_type> & dof_indices)
const override
185 virtual const std::vector<dof_id_type> &
dofIndices() const final
200 mooseError(
"nodalVectorTagValue not implemented for finite volume variables.");
204 mooseError(
"nodalMatrixTagValue not implemented for finite volume variables.");
283 virtual const VectorValue<ADReal> &
adGradSln(
const Elem *
const elem,
285 const bool correct_skewness =
false)
const;
297 virtual VectorValue<ADReal>
314 const bool correct_skewness =
false)
const;
324 bool correct_skewness =
false)
const;
344 mooseError(
"We don't currently implement curl for FV");
374 mooseError(
"We don't currently implement curl for FV");
445 OutputType
getValue(
const Elem * elem)
const;
555 const StateArg & state)
const override final;
582 mooseError(
"Finite volume variables do not have defined values at nodes.");
586 mooseError(
"Finite volume variables do not have defined values at nodes.");
590 mooseError(
"Finite volume variables do not have defined values at nodes.");
602 mooseError(
"We don't currently implement second derivatives for FV");
606 mooseError(
"We don't currently implement curl for FV");
610 mooseError(
"We don't currently implement divergence for FV");
617 mooseError(
"We don't currently implement second derivatives for FV");
630 mooseError(
"We don't currently implement second derivatives for FV");
640 mooseError(
"We don't currently implement second derivatives for FV");
669 bool two_term_expansion,
670 bool correct_skewness,
671 const Elem * elem_side_to_extrapolate_from,
726 mutable std::unordered_map<const Elem *, VectorValue<ADReal>>
_elem_to_grad;
746template <
typename OutputType>
750 return _element_data->adDofValues();
753template <
typename OutputType>
757 return _neighbor_data->adDofValues();
760template <
typename OutputType>
764 return _element_data->adDofValuesDot();
767template <
typename OutputType>
771 return getElemValue(elem_arg.
elem, state);
774template <
typename OutputType>
778 return (*
this)(elem_point.
makeElem(), state) +
780 this->gradient(elem_point.
makeElem(), state);
783template <
typename OutputType>
793template <
typename OutputType>
804template <
typename OutputType>
813template <
typename OutputType>
821template <
typename OutputType>
825 mooseAssert(face.
fi,
"We must have a non-null face information");
829template <
typename OutputType>
833 _element_data->setActiveTags(vtags);
834 _neighbor_data->setActiveTags(vtags);
837template <
typename OutputType>
838const std::vector<dof_id_type> &
841 static const std::vector<dof_id_type> empty;
845template <
typename OutputType>
849 determineBoundaryToDirichletBCMap();
850 determineBoundaryToFluxBCMap();
854template <
typename OutputType>
858 _prev_elem =
nullptr;
859 _dirichlet_map_setup =
false;
860 _flux_map_setup =
false;
864template <
typename OutputType>
868 _dirichlet_map_setup =
false;
869 _flux_map_setup =
false;
873template <
typename OutputType>
880template <
typename OutputType>
884 mooseError(
"Lower dimensional element support not implemented for finite volume variables");
DualNumber< Real, DNDerivativeType, true > ADReal
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application.
OutputTools< Real >::VariableValue VariableValue
typename OutputTools< typename Moose::ADType< T >::type >::VariableSecond ADTemplateVariableSecond
typename OutputTools< typename Moose::ADType< T >::type >::VariableValue ADTemplateVariableValue
typename OutputTools< typename Moose::ADType< T >::type >::VariableCurl ADTemplateVariableCurl
typename OutputTools< typename Moose::ADType< T >::type >::VariableGradient ADTemplateVariableGradient
MooseVariableFV< Real > MooseVariableFVReal
std::array< Real, 2 > values
Base class for finite volume Dirichlet boundaray conditions.
Provides an interface for computing residual contributions from finite volume numerical fluxes comput...
This data structure is used to store geometric and variable related metadata about each cell face in ...
virtual void meshChanged()
Called on this object when the mesh changes.
const InputParameters & parameters() const
Get the parameters of the object.
This class provides variable solution values for other classes/objects to bind to when looping over f...
const DofValues & nodalVectorTagValue(TagID) const override
virtual void setNodalValue(const OutputType &value, unsigned int idx=0) override
const ADTemplateVariableGradient< OutputType > & adGradSlnNeighborDot() const override
AD grad of time derivative neighbor solution getter.
virtual void computeNeighborValuesFace() override
Compute values at facial quadrature points for the neighbor.
const DofValues & dofValuesDot() const override
bool supportsElemSideQpArg() const override final
Whether this functor supports evaluation with ElemSideQpArg.
const FieldVariablePhiDivergence & divPhi() const override final
Divergence of the shape functions.
const FieldVariablePhiValue & phiNeighbor() const override final
Return the variable's shape functions on a neighboring element.
virtual void reinitNodesNeighbor(const std::vector< dof_id_type > &) override final
const FieldVariablePhiValue & _phi
Shape functions.
virtual const std::vector< dof_id_type > & dofIndices() const final
Get local DoF indices.
DofValue getElementalValue(const Elem *elem, unsigned int idx=0) const
Get the current value of this variable on an element.
std::unique_ptr< MooseVariableDataFV< OutputType > > _element_data
Holder for all the data associated with the "main" element.
const FieldVariableValue & uDotNeighbor() const
const FieldVariableGradient & gradSlnOld() const override
const Elem * _prev_elem
A member used to help determine when we can return cached data as opposed to computing new data.
ValueType evaluate(const ElemSideQpArg &elem_side_qp, const StateArg &state) const override final
virtual bool isFV() const override
bool _dirichlet_map_setup
Whether the boundary to Dirichlet cache map has been setup yet.
unsigned int numberOfDofs() const override final
Get the number of local DoFs.
virtual void meshChanged() override
Called on this object when the mesh changes.
const ADDofValues & adDofValues() const override
Return the AD dof values.
static InputParameters validParams()
const FieldVariableGradient & gradSlnNeighbor() const override
neighbor solution gradients
typename MooseVariableField< OutputType >::OutputSecond OutputSecond
const DofValues & dofValuesDotDotOld() const override
const ADTemplateVariableValue< OutputType > & adSln() const override
AD.
typename MooseVariableField< OutputType >::FieldVariableDivergence FieldVariableDivergence
const ADDofValues & adDofValuesDot() const override
Return the AD time derivatives at dofs.
const FieldVariablePhiSecond & secondPhiFace() const override final
Return the rank-2 tensor of second derivatives of the variable's shape functions on an element face.
virtual void reinitAuxNeighbor() override final
GradientType evaluateGradient(const ElemQpArg &qp_arg, const StateArg &) const override final
DofValue getElementalValueOlder(const Elem *elem, unsigned int idx=0) const
Get the older value of this variable on an element.
usingMooseVariableFieldMembers
const ADTemplateVariableSecond< OutputType > & adSecondSln() const override
AD second solution getter.
virtual std::size_t phiLowerSize() const override final
Return the number of shape functions on the lower dimensional element for this variable.
virtual const FieldVariablePhiValue & phiLower() const override
Return the variable's shape functions on a lower-dimensional element.
const DofValues & dofValuesOld() const override
virtual VectorValue< ADReal > uncorrectedAdGradSln(const FaceInfo &fi, const StateArg &state, const bool correct_skewness=false) const
Retrieve (or potentially compute) the uncorrected gradient on the provided face.
virtual void prepareIC() override
Prepare the initial condition.
std::unordered_map< BoundaryID, const FVDirichletBCBase * > _boundary_id_to_dirichlet_bc
Map from boundary ID to Dirichlet boundary conditions.
void clearDofIndices() override
Clear out the dof indices.
virtual const dof_id_type & nodalDofIndex() const override final
const FieldVariablePhiSecond & secondPhiNeighbor() const override final
Return the rank-2 tensor of second derivatives of the variable's shape functions on a neighboring ele...
bool isExtrapolatedBoundaryFace(const FaceInfo &fi, const Elem *elem, const Moose::StateArg &state) const override
Returns whether this is an extrapolated boundary face.
DotType evaluateDot(const ElemQpArg &elem_qp, const StateArg &) const override final
typename MooseVariableField< OutputType >::OutputShapeDivergence OutputShapeDivergence
void determineBoundaryToDirichletBCMap()
Setup the boundary to Dirichlet BC map.
libMesh::FEContinuity getContinuity() const override final
Return the continuity of this variable.
const FieldVariablePhiGradient & gradPhiFace() const override final
Return the gradients of the variable's shape functions on an element face.
std::unordered_map< const Elem *, VectorValue< ADReal > > _elem_to_grad
A cache for storing gradients on elements.
const MooseArray< OutputType > & nodalValueOldArray() const override
const bool & getTwoTermBoundaryExpansion() const
Function to get wether two term boundary expansion is used for the variable.
Moose::FV::InterpMethod _face_interp_method
Decides if an average or skewed corrected average is used for the face interpolation.
GradientType evaluateGradient(const ElemArg &elem_arg, const StateArg &) const override final
Evaluate the functor gradient with a given element.
virtual void reinitAux() override final
const DofValues & vectorTagDofValue(TagID tag) const override
OutputTools< OutputType >::OutputGradient getGradient(const Elem *elem) const
Compute the variable gradient value at a point on an element.
typename MooseVariableField< OutputType >::FieldVariablePhiDivergence FieldVariablePhiDivergence
const MooseArray< libMesh::Number > & dofValuesDuDotDu() const override
const FieldVariablePhiValue & curlPhi() const override final
Curl of the shape functions.
const FieldVariablePhiValue & phi() const override final
Return the variable's elemental shape functions.
const DofValues & dofValuesOldNeighbor() const override
virtual bool isDirichletBoundaryFace(const FaceInfo &fi, const Elem *elem, const Moose::StateArg &state) const
Determine whether a specified face side is a Dirichlet boundary face.
bool supportsQpBasedLoops() const override
Whether this variable supports QP-indexed loops.
const MooseArray< libMesh::Number > & dofValuesDuDotDotDu() const override
Moose::FV::InterpMethod faceInterpolationMethod() const
const FieldVariablePhiGradient & _grad_phi
void setActiveTags(const std::set< TagID > &vtags) override
Set the active vector tags.
std::pair< bool, std::vector< const FVFluxBC * > > getFluxBCs(const FaceInfo &fi) const
DofValue getElementalValueOld(const Elem *elem, unsigned int idx=0) const
Get the old value of this variable on an element.
virtual void timestepSetup() override
Gets called at the beginning of the timestep before this object is asked to do its job.
const VariableValue & duDotDotDu() const
const ADTemplateVariableValue< OutputType > & adUDotNeighbor() const override
AD neighbor time derivative getter.
virtual std::size_t phiSize() const override final
Return phi size.
const DofValues & dofValuesDotOldNeighbor() const override
virtual bool isNodalDefined() const override final
Is this variable defined at nodes.
const FieldVariablePhiGradient & _grad_phi_face_neighbor
virtual ADReal getExtrapolatedBoundaryFaceValue(const FaceInfo &fi, bool two_term_expansion, bool correct_skewness, const Elem *elem_side_to_extrapolate_from, const StateArg &state) const
Retrieves an extrapolated boundary value for the provided face.
const FieldVariableValue & slnNeighbor() const override
const ADTemplateVariableCurl< OutputType > & adCurlSlnNeighbor() const override
AD curl neighbor solution getter.
OutputType getValue(const Elem *elem) const
Note: const monomial is always the case - higher order solns are reconstructed - so this is simpler f...
void lowerDError() const
Emit an error message for unsupported lower-d ops.
const FieldVariablePhiGradient & _grad_phi_face
bool hasDirichletBC() const
Returns true if a Dirichlet BC exists on the current face.
const DofValues & dofValuesPreviousNL() const override
typename MooseVariableField< OutputType >::FieldVariableValue FieldVariableValue
const FieldVariableValue & sln() const override
virtual void getDofIndices(const Elem *elem, std::vector< dof_id_type > &dof_indices) const override
bool supportsGeometricInfoBasedLoops() const override
Whether this variable supports geometric-info-based loops, such as ElemInfo/FaceInfo loops.
const DofValues & dofValuesDotNeighbor() const override
const FieldVariableValue & vectorTagValue(TagID tag) const override
tag values getters
const DofValues & dofValuesNeighbor() const override
const DofValues & dofValuesDotDot() const override
std::unordered_map< BoundaryID, std::vector< const FVFluxBC * > > _boundary_id_to_flux_bc
Map from boundary ID to flux boundary conditions.
virtual const Elem *const & currentElem() const override
Current element this variable is evaluated at.
const FieldVariablePhiValue & phiFace() const override final
Return the variable's shape functions on an element face.
unsigned int oldestSolutionStateRequested() const override final
The oldest solution state that is requested for this variable (0 = current, 1 = old,...
virtual void insertLower(libMesh::NumericVector< libMesh::Number > &vector) override
Insert the currently cached degree of freedom values for a lower-dimensional element into the provide...
virtual void setDofValues(const DenseVector< DofValue > &values) override
Set local DOF values and evaluate the values on quadrature points.
const FieldVariablePhiSecond & secondPhi() const override final
Return the rank-2 tensor of second derivatives of the variable's elemental shape functions.
typename MooseVariableField< OutputType >::FieldVariableCurl FieldVariableCurl
ADReal getElemValue(const Elem *elem, const StateArg &state) const
Get the solution value for the provided element and seed the derivative for the corresponding dof ind...
typename MooseVariableField< OutputType >::OutputShapeSecond OutputShapeSecond
ADReal getBoundaryFaceValue(const FaceInfo &fi, const StateArg &state, bool correct_skewness=false) const
Retrieve the solution value at a boundary face.
bool hasDoFsOnNodes() const override final
Does this variable have DoFs on nodes.
virtual void insert(libMesh::NumericVector< libMesh::Number > &vector) override
Insert the currently cached degree of freedom values into the provided vector.
const ADTemplateVariableValue< OutputType > & adUDotDot() const override
AD second time derivative getter.
virtual const std::vector< dof_id_type > & dofIndicesNeighbor() const final
Get neighbor DOF indices for currently selected element.
const FieldVariablePhiValue & _phi_face_neighbor
const VariableValue & duDotDu() const
const FieldVariableValue & vectorTagValueNeighbor(TagID tag)
bool _two_term_boundary_expansion
Whether to use a two term expansion for computing boundary face values.
virtual void reinitNode() override final
const FieldVariablePhiValue & _phi_neighbor
virtual void residualSetup() override
Gets called just before the residual is computed and before this object is asked to do its job.
virtual void reinitNodes(const std::vector< dof_id_type > &) override final
const DofValues & dofValuesPreviousNLNeighbor() const override
bool usesSecondPhiNeighbor() const override final
Whether or not this variable is actually using the shape function second derivatives.
ValueType evaluate(const ElemQpArg &elem_qp, const StateArg &state) const override final
const FieldVariablePhiSecond & secondPhiFaceNeighbor() const override final
Return the rank-2 tensor of second derivatives of the variable's shape functions on a neighboring ele...
GradientType evaluateGradient(const FaceArg &face, const StateArg &) const override final
const FieldVariableValue & slnOlder() const override
const DofValues & dofValuesOlder() const override
virtual void computeNeighborValues() override
Compute values at quadrature points for the neighbor.
virtual unsigned int numberOfDofsNeighbor() override final
typename MooseVariableField< OutputType >::FieldVariableSecond FieldVariableSecond
typename MooseVariableField< OutputType >::FieldVariablePhiGradient FieldVariablePhiGradient
std::pair< bool, const FVDirichletBCBase * > getDirichletBC(const FaceInfo &fi) const
DotType evaluateDot(const FaceArg &face, const StateArg &) const override final
virtual void prepareLowerD() override final
Prepare a lower dimensional element's degrees of freedom.
typename MooseVariableField< OutputType >::OutputGradient OutputGradient
const ADDofValues & adDofValuesNeighbor() const override
Return the AD neighbor dof values.
typename MooseVariableField< OutputType >::FieldVariablePhiSecond FieldVariablePhiSecond
virtual void computeElemValuesFace() override
Compute values at facial quadrature points.
void clearAllDofIndices() final
const DofValues & nodalMatrixTagValue(TagID) const override
virtual ADReal getDirichletBoundaryFaceValue(const FaceInfo &fi, const Elem *elem, const Moose::StateArg &state) const
Retrieves a Dirichlet boundary value for the provided face.
std::unique_ptr< MooseVariableDataFV< OutputType > > _neighbor_data
Holder for all the data associated with the neighbor element.
const ADTemplateVariableGradient< OutputType > & adGradSlnDot() const override
AD grad of time derivative solution getter.
typename MooseVariableField< OutputType >::OutputDivergence OutputDivergence
const VariableValue & duDotDotDuNeighbor() const
virtual void add(libMesh::NumericVector< libMesh::Number > &vector) override
Add the currently cached degree of freedom values into the provided vector.
const FieldVariableGradient & gradSln() const override
element gradients
virtual void computeLowerDValues() override final
compute values at quadrature points on the lower dimensional element
virtual void setLowerDofValues(const DenseVector< DofValue > &values) override
Set local DOF values for a lower dimensional element and evaluate the values on quadrature points.
const FieldVariablePhiGradient & gradPhiFaceNeighbor() const override final
Return the gradients of the variable's shape functions on a neighboring element face.
virtual std::size_t phiFaceSize() const override final
Return phiFace size.
const MooseArray< OutputType > & nodalValueArray() const override
Methods for retrieving values of variables at the nodes in a MooseArray for AuxKernelBase.
const MooseArray< OutputType > & nodalValueOlderArray() const override
virtual void computeNodalValues() override final
Compute nodal values of this variable.
virtual void sizeMatrixTagData() override
Size data structures related to matrix tagging.
const FieldVariableValue & uDot() const
DotType evaluateDot(const ElemArg &elem, const StateArg &) const override final
Evaluate the functor time derivative with a given element.
void clearCaches()
clear finite volume caches
virtual void computeNodalNeighborValues() override final
Compute nodal values of this variable in the neighbor.
virtual void prepare() override final
Prepare the elemental degrees of freedom.
ValueType evaluate(const ElemPointArg &elem_point, const StateArg &state) const override final
Evaluate the functor with a given element and point.
const FieldVariablePhiValue & _phi_face
bool _flux_map_setup
Whether the boundary to fluxBC cache map has been setup yet.
typename MooseVariableField< OutputType >::FieldVariablePhiValue FieldVariablePhiValue
virtual void prepareNeighbor() override final
Prepare the neighbor element degrees of freedom.
const ADTemplateVariableCurl< OutputType > & adCurlSln() const override
AD curl solution getter.
void determineBoundaryToFluxBCMap()
Setup the boundary to Flux BC map.
virtual void computeFaceValues(const FaceInfo &fi) override
Initializes/computes variable values from the solution vectors for the face represented by fi.
bool supportsFaceArg() const override final
Whether this functor supports evaluation with FaceArg.
const bool _cache_cell_gradients
Whether to cache cell gradients.
const FieldVariableGradient & gradSlnOldNeighbor() const override
bool computingCurl() const override final
Whether or not this variable is computing any curl quantities.
const FieldVariableValue & matrixTagValue(TagID tag) const override
const FieldVariableValue & matrixTagValueNeighbor(TagID tag)
const libMesh::NumericVector< libMesh::Number > *const & _solution
The current (ghosted) solution.
virtual const std::vector< dof_id_type > & dofIndicesLower() const override final
Get dof indices for the current lower dimensional element (this is meaningful when performing mortar ...
const FieldVariablePhiValue & phiFaceNeighbor() const override final
Return the variable's shape functions on a neighboring element face.
bool computingDiv() const override final
Whether or not this variable is computing any divergence quantities.
const MooseArray< libMesh::Number > & dofValuesDuDotDuNeighbor() const override
typename MooseVariableField< OutputType >::OutputShape OutputShape
virtual void prepareAux() override final
virtual void computeElemValues() override
Initializes/computes variable values from the solution vectors for the current element being operated...
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job.
virtual std::size_t phiFaceNeighborSize() const override final
Return phiFaceNeighbor size.
const DofValues & dofValuesDotOld() const override
const ADTemplateVariableValue< OutputType > & adUDotDotNeighbor() const override
AD neighbor second time derivative getter.
const ADTemplateVariableSecond< OutputType > & adSecondSlnNeighbor() const override
AD second neighbor solution getter.
const ADTemplateVariableGradient< OutputType > & adGradSlnNeighbor() const override
AD grad neighbor solution getter.
typename MooseVariableField< OutputType >::OutputShapeGradient OutputShapeGradient
virtual std::size_t phiNeighborSize() const override final
Return phiNeighbor size.
const FieldVariablePhiGradient & gradPhi() const override final
Return the gradients of the variable's elemental shape functions.
const DofValues & dofValuesDotDotNeighbor() const override
const VariableValue & duDotDuNeighbor() const
const FieldVariableValue & slnOld() const override
bool computingSecond() const override final
Whether or not this variable is computing any second derivatives.
const DofValues & dofValues() const override
dof values getters
const ADTemplateVariableGradient< OutputType > & adGradSln() const override
AD grad solution getter.
virtual void jacobianSetup() override
Gets called just before the Jacobian is computed and before this object is asked to do its job.
const FieldVariablePhiGradient & _grad_phi_neighbor
VectorValue< ADReal > _temp_cell_gradient
A member to hold the cell gradient when not caching, used to return a reference (due to expensive ADR...
const DofValues & dofValuesDotDotOldNeighbor() const override
virtual void setDofValue(const DofValue &value, unsigned int index) override
Degree of freedom value setters.
const FieldVariablePhiGradient & gradPhiNeighbor() const override final
Return the gradients of the variable's shape functions on a neighboring element.
virtual bool isNodal() const override final
Is this variable nodal.
const ADTemplateVariableValue< OutputType > & adUDot() const override
AD time derivative getter.
ValueType evaluate(const ElemArg &elem, const StateArg &) const override final
Evaluate the functor with a given element.
const ADTemplateVariableValue< OutputType > & adSlnNeighbor() const override
neighbor AD
typename MooseVariableField< OutputType >::FieldVariableGradient FieldVariableGradient
const DofValues & dofValuesOlderNeighbor() const override
virtual const dof_id_type & nodalDofIndexNeighbor() const override final
const MooseArray< libMesh::Number > & dofValuesDuDotDotDuNeighbor() const override
const FieldVariableValue & slnOldNeighbor() const override
Class for stuff related to variables.
typename MooseVariableDataBase< OutputType >::ADDofValue ADDofValue
Moose::ShapeType< OutputType >::type OutputShape
virtual void timestepSetup() override
Gets called at the beginning of the timestep before this object is asked to do its job.
libMesh::TensorTools::DecrementRank< OutputShape >::type OutputShapeDivergence
typename MooseVariableDataBase< OutputType >::ADDofValues ADDofValues
libMesh::TensorTools::DecrementRank< OutputType >::type OutputDivergence
typename MooseVariableDataBase< OutputType >::DofValue DofValue
typename MooseVariableDataBase< OutputType >::DofValues DofValues
typename FunctorReturnType< Moose::ADType< OutputType >::type, FunctorEvaluationKind::Gradient >::type GradientType
This rigmarole makes it so that a user can create functors that return containers (std::vector,...
Moose::ADType< OutputType >::type ValueType
virtual void initialSetup()
Gets called at the beginning of the simulation before this object is asked to do its job.
Point vertex_average() const
InterpMethod
This codifies a set of available ways to interpolate with elem+neighbor solution information to calcu...
@ SkewCorrectedAverage
(gc*elem+(1-gc)*neighbor)+gradient*(rf-rf')
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
A structure that is used to evaluate Moose functors logically at an element/cell center.
const libMesh::Elem * elem
A structure that is used to evaluate Moose functors at an arbitrary physical point contained within a...
ElemArg makeElem() const
Make a ElemArg from our data.
const libMesh::Elem * elem
Argument for requesting functor evaluation at a quadrature point location in an element.
const libMesh::Elem * elem
The element.
libMesh::Point point
The physical location of the quadrature point.
Argument for requesting functor evaluation at quadrature point locations on an element side.
const libMesh::Elem * elem
The element.
Point point
The physical location of the quadrature point.
A structure defining a "face" evaluation calling argument for Moose functors.
bool correct_skewness
Whether to perform skew correction.
const FaceInfo * fi
a face information object which defines our location in space
State argument for evaluating functors.