_areas | WmUnstructuredGeometry | protected |
_centroids | WmUnstructuredGeometry | protected |
_connectivity | WmUnstructuredGeometry | protected |
_coordinates | WmUnstructuredGeometry | protected |
_neighborhood | WmUnstructuredGeometry | protected |
_nodeGroups | WmUnstructuredGeometry | protected |
_norms | WmUnstructuredGeometry | protected |
_num_boundary_faces | WmUnstructuredGeometry | protected |
_numDimsPerNode | WmUnstructuredGeometry | protected |
_numDimsPerPrimitive | WmUnstructuredGeometry | protected |
_numElements | WmUnstructuredGeometry | protected |
_numFacesPerElement | WmUnstructuredGeometry | protected |
_numNodes | WmUnstructuredGeometry | protected |
_numNodesPerElement | WmUnstructuredGeometry | protected |
_numNodesPerFace | WmUnstructuredGeometry | protected |
_numTransformCoordinates | WmUnstructuredGeometry | protected |
_orientations | WmUnstructuredGeometry | protected |
_patch | WmUnstructuredGeometry | protected |
_primitive | WmUnstructuredGeometry | protected |
_primitiveID | WmUnstructuredGeometry | protected |
_transformCoordinates | WmUnstructuredGeometry | protected |
_volumes | WmUnstructuredGeometry | protected |
addNodeGroup(const std::string name, const std::vector< int > &nodeIndexes) | WmUnstructuredGeometry | |
generateGeometry(real *coordinates, int *connectivity, int *neighborhood, int *orientations) | WmUnstructuredGeometry | |
generateInverseJacobian(const int elementIndex, const real *normalizedPosition, real *inverseJacobian) const | WmUnstructuredGeometry | |
generateVolumeJacobian(const int elementIndex, const real normalizedPosition[3]) const | WmUnstructuredGeometry | |
get_face_centroid(const int element_index, const int face_index, real x[3]) const | WmUnstructuredGeometry | |
getArea(const int elementIndex, const int faceIndex) const | WmUnstructuredGeometry | inline |
getCentralPositionInElement(const int elementIndex, const real normalizedPosition[3], real position[3]) const | WmUnstructuredGeometry | |
getCentroid(const int elementIndex) const | WmUnstructuredGeometry | inline |
getConnectivity() const | WmUnstructuredGeometry | inline |
getCoordinates() const | WmUnstructuredGeometry | inline |
getElementWidth(const int elementIndex) const | WmUnstructuredGeometry | |
getEnclosingElementIndex(const real *x) const | WmUnstructuredGeometry | |
getFaceDistanceBetweenNeighborCentroids(const int fromElementIndex, const int toElementIndex, real dx[3]) const | WmUnstructuredGeometry | |
getFaceIndex(const int elementIndex, const int neighborElementIndex) const | WmUnstructuredGeometry | |
getFaceNodes(const int elementIndex, const int faceIndex, int *faceNodes) const | WmUnstructuredGeometry | |
getFaceOrientation(const int elementIndex, const int faceIndex) const | WmUnstructuredGeometry | inline |
getFacePrimitiveID() const | WmUnstructuredGeometry | |
getJumpedElementIndex(const int elementIndex, const int neighborElementIndex, const int numJumps) const | WmUnstructuredGeometry | |
getLocalNeighborhood(const int elementIndex) const | WmUnstructuredGeometry | inline |
getNeighborhood() const | WmUnstructuredGeometry | inline |
getNodeGroupOfNodes(const std::vector< int > &nodes) const | WmUnstructuredGeometry | |
getNodePositions(const int elementIndex, real *nodePositions) const | WmUnstructuredGeometry | |
getNorm(const int elementIndex, const int faceIndex, const int normType) const | WmUnstructuredGeometry | inline |
getNumDimsPerNode() const | WmUnstructuredGeometry | inline |
getNumDimsPerPrimitive() const | WmUnstructuredGeometry | inline |
getNumElements() const | WmUnstructuredGeometry | inline |
getNumFacesPerElement() const | WmUnstructuredGeometry | inline |
getNumNodes() const | WmUnstructuredGeometry | inline |
getNumNodesPerElement() const | WmUnstructuredGeometry | inline |
getNumNodesPerFace() const | WmUnstructuredGeometry | inline |
getNumTransformCoordinates() const | WmUnstructuredGeometry | inline |
getNumTransformCoordinates(const int primitiveID) | WmUnstructuredGeometry | static |
getOppositeFace(const int faceIndex) const | WmUnstructuredGeometry | |
getOrientations() const | WmUnstructuredGeometry | inline |
getPositionInElement(const int elementIndex, const real normalizedPosition[3], real position[3]) const | WmUnstructuredGeometry | |
getPrimitiveID() const | WmUnstructuredGeometry | inline |
getTransformCoordinates(const int elementIndex, real tC[][3]) const | WmUnstructuredGeometry | |
getTransformCoordinates(const int primitiveID, const real *nodePositions, real tC[]) | WmUnstructuredGeometry | static |
getType() const | WmUnstructuredGeometry | inline |
getVolume(const int elementIndex) const | WmUnstructuredGeometry | inline |
isEnclosedByElement(const int elementIndex, const real *x) const | WmUnstructuredGeometry | |
nodeGroupMap_t typedef | WmUnstructuredGeometry | |
nodeGroupPair_t typedef | WmUnstructuredGeometry | |
num_boundary_faces() const | WmUnstructuredGeometry | inline |
printElement(const int elementIndex) const | WmUnstructuredGeometry | |
reflect_centroid(const int element_index, const int face_index, real reflected_centroid[3]) const | WmUnstructuredGeometry | |
WmUnstructuredGeometry(const WmUnstructuredPatch &patch) | WmUnstructuredGeometry | |
~WmUnstructuredGeometry() | WmUnstructuredGeometry | |