12#ifndef MFEM_FACE_NBR_GEOM
13#define MFEM_FACE_NBR_GEOM
Class for accessing the geometric factors of face neighbor elements (i.e. across boundaries of MPI me...
const GeometricFactors & geom
The GeometricFactors of the Mesh.
FaceNeighborGeometricFactors(const GeometricFactors &geom_)
Communicate (if needed) to gather the face neighbor geometric factors.
Vector J
Jacobian matrices.
Vector X
Physical coordinates of the mesh.
Array< int > send_offsets
Vector detJ
Jacobian determinants.
Array< int > recv_offsets
void ExchangeFaceNbrQVectors(const Vector &x_local, Vector &x_shared, const int vdim)
Given a Q-vector x_local with vdim components, fill the face-neighbor Q-vector x_shared by communicat...
int num_neighbor_elems
Number of face neighbor elements.
Structure for storing mesh geometric factors: coordinates, Jacobians, and determinants of the Jacobia...