Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Public Member Functions | Public Attributes | List of all members
sierra::nalu::DgInfo Class Reference

#include <DgInfo.h>

Public Member Functions

 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)
 
 ~DgInfo ()
 

Public Attributes

int parallelRank_
 
uint64_t globalFaceId_
 
uint64_t localGaussPointId_
 
int currentGaussPointId_
 
stk::mesh::Entity currentFace_
 
stk::mesh::Entity currentElement_
 
const int currentFaceOrdinal_
 
MasterElementmeFCCurrent_
 
MasterElementmeSCSCurrent_
 
stk::topology currentElementTopo_
 
int nDim_
 
double bestX_
 
int opposingFaceIsGhosted_
 
stk::mesh::Entity opposingFace_
 
stk::mesh::Entity opposingElement_
 
stk::topology opposingElementTopo_
 
int opposingFaceOrdinal_
 
MasterElementmeFCOpposing_
 
MasterElementmeSCSOpposing_
 
std::vector< double > currentGaussPointCoords_
 
std::vector< double > currentIsoParCoords_
 
std::vector< double > opposingIsoParCoords_
 

Detailed Description

Design Considerations:

Constructor & Destructor Documentation

sierra::nalu::DgInfo::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 
)
sierra::nalu::DgInfo::~DgInfo ( )

Member Data Documentation

double sierra::nalu::DgInfo::bestX_
stk::mesh::Entity sierra::nalu::DgInfo::currentElement_
stk::topology sierra::nalu::DgInfo::currentElementTopo_
stk::mesh::Entity sierra::nalu::DgInfo::currentFace_
const int sierra::nalu::DgInfo::currentFaceOrdinal_
std::vector<double> sierra::nalu::DgInfo::currentGaussPointCoords_
int sierra::nalu::DgInfo::currentGaussPointId_
std::vector<double> sierra::nalu::DgInfo::currentIsoParCoords_
uint64_t sierra::nalu::DgInfo::globalFaceId_
uint64_t sierra::nalu::DgInfo::localGaussPointId_
MasterElement* sierra::nalu::DgInfo::meFCCurrent_
MasterElement* sierra::nalu::DgInfo::meFCOpposing_
MasterElement* sierra::nalu::DgInfo::meSCSCurrent_
MasterElement* sierra::nalu::DgInfo::meSCSOpposing_
int sierra::nalu::DgInfo::nDim_
stk::mesh::Entity sierra::nalu::DgInfo::opposingElement_
stk::topology sierra::nalu::DgInfo::opposingElementTopo_
stk::mesh::Entity sierra::nalu::DgInfo::opposingFace_
int sierra::nalu::DgInfo::opposingFaceIsGhosted_
int sierra::nalu::DgInfo::opposingFaceOrdinal_
std::vector<double> sierra::nalu::DgInfo::opposingIsoParCoords_
int sierra::nalu::DgInfo::parallelRank_

The documentation for this class was generated from the following files: