16 #include <stk_mesh/base/Entity.hpp> 17 #include <stk_topology/topology.hpp> 46 uint64_t globalFaceId,
47 uint64_t localGaussPointId,
48 int currentGaussPointId,
49 stk::mesh::Entity currentFace,
50 stk::mesh::Entity currentElement,
51 const int currentFaceOrdinal,
54 stk::topology currentElementTopo,
int parallelRank_
Definition: DgInfo.h:59
~DgInfo()
Definition: DgInfo.C:63
Definition: ABLForcingAlgorithm.C:26
Definition: MasterElement.h:53
stk::mesh::Entity opposingFace_
Definition: DgInfo.h:77
std::vector< double > opposingIsoParCoords_
Definition: DgInfo.h:101
int opposingFaceIsGhosted_
Definition: DgInfo.h:74
uint64_t globalFaceId_
Definition: DgInfo.h:60
MasterElement * meSCSCurrent_
Definition: DgInfo.h:68
stk::topology currentElementTopo_
Definition: DgInfo.h:69
MasterElement * meFCOpposing_
Definition: DgInfo.h:89
MasterElement * meSCSOpposing_
Definition: DgInfo.h:92
stk::mesh::Entity currentFace_
Definition: DgInfo.h:64
double bestX_
Definition: DgInfo.h:73
uint64_t localGaussPointId_
Definition: DgInfo.h:61
stk::mesh::Entity currentElement_
Definition: DgInfo.h:65
stk::topology opposingElementTopo_
Definition: DgInfo.h:83
std::vector< double > currentIsoParCoords_
Definition: DgInfo.h:98
stk::mesh::Entity opposingElement_
Definition: DgInfo.h:80
Definition: UnitTestMasterElements.C:367
int currentGaussPointId_
Definition: DgInfo.h:62
std::vector< double > currentGaussPointCoords_
Definition: DgInfo.h:95
const int currentFaceOrdinal_
Definition: DgInfo.h:66
int opposingFaceOrdinal_
Definition: DgInfo.h:86
int nDim_
Definition: DgInfo.h:71
DgInfo(int parallelRank, uint64_t globalFaceId, uint64_t localGaussPointId, int currentGaussPointId, stk::mesh::Entity currentFace, stk::mesh::Entity currentElement, const int currentFaceOrdinal, MasterElement *meFCCurrent, MasterElement *meSCSurrent, stk::topology currentElementTopo, const int nDim)
Definition: DgInfo.C:27
MasterElement * meFCCurrent_
Definition: DgInfo.h:67