13 #include "libmesh/elem.h" 14 #include "libmesh/node.h" 15 #include "libmesh/fe_base.h" 16 #include "libmesh/quadrature_gauss.h" 17 #include "libmesh/remote_elem.h" 23 : _elem_info(elem_info),
24 _neighbor_info(nullptr),
41 mooseAssert(neighbor_info,
42 "We need a neighbor if we want to compute interpolation coefficients!");
51 Point r_intersection =
62 mooseAssert(!
_neighbor_info,
"This functions shall only be called on a boundary!");
76 const Point r_intersection =
const ElemInfo * _neighbor_info
void computeInternalCoefficients(const ElemInfo *const neighbor_info)
Takes the ElemInfo of the neighbor cell and computes interpolation weights together with other quanti...
const unsigned int invalid_uint
Point skewnessCorrectionVector() const
Returns the skewness-correction vector (vector between the approximate and real face centroids)...
const Elem * elem() const
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
Real _d_cn_mag
the distance norm between neighbor and element centroids
FaceInfo(const ElemInfo *elem_info, unsigned int side, const dof_id_type id, libMesh::ElemSideBuilder &side_builder)
const Point & centroid() const
Real _gc
Geometric weighting factor for face value interpolation.
processor_id_type _processor_id
void computeBoundaryCoefficients()
Computes the interpolation weights and similar quantities with the assumption that the face is on a b...
unsigned int _neighbor_side_id
const ElemInfo *const _elem_info
the elem and neighbor elems
Point _d_cn
the distance vector between neighbor and element centroids
Class used for caching additional information for elements such as the volume and centroid...