Intrepid2
Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType > Member List

This is the complete list of members for Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >, including all inherited members.

affine() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
affine_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
allocateCellMeasure(const Data< PointScalar, DeviceType > &jacobianDet, const TensorData< PointScalar, DeviceType > &cubatureWeights) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
allocateJacobianData(const TensorPoints< PointScalar, DeviceType > &points, const int startCell=0, const int endCell=-1) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
allocateJacobianData(const ScalarView< PointScalar, DeviceType > &points, const int startCell=0, const int endCell=-1) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
allocateJacobianData(const int &numPoints, const int startCell=0, const int endCell=-1) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
allocateJacobianDataPrivate(const ScalarView< PointScalar, DeviceType > &pointComponentView, const int &pointsPerCell, const int startCell, const int endCell) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
basisForNodes() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
BasisPtr typedef (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
CellGeometry(const Kokkos::Array< PointScalar, spaceDim > &origin, const Kokkos::Array< PointScalar, spaceDim > &domainExtents, const Kokkos::Array< int, spaceDim > &gridCellCounts, SubdivisionStrategy subdivisionStrategy=NO_SUBDIVISION, HypercubeNodeOrdering nodeOrdering=HYPERCUBE_NODE_ORDER_TENSOR)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
CellGeometry(const shards::CellTopology &cellTopo, ScalarView< int, DeviceType > cellToNodes, ScalarView< PointScalar, DeviceType > nodes, const bool claimAffine=false, const HypercubeNodeOrdering nodeOrdering=HYPERCUBE_NODE_ORDER_CLASSIC_SHARDS)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
CellGeometry(Teuchos::RCP< Intrepid2::Basis< DeviceType, PointScalar, PointScalar > > basisForNodes, ScalarView< PointScalar, DeviceType > cellNodes)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
CellGeometry(const CellGeometry &cellGeometry)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
CellGeometryType enum nameIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
cellGeometryType_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
cellToNode(ordinal_type cellIndex, ordinal_type cellNodeNumber) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
cellToNodes_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
cellTopology() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
cellVariationType() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
computeCellMeasure(TensorData< PointScalar, DeviceType > &cellMeasure, const Data< PointScalar, DeviceType > &jacobianDet, const TensorData< PointScalar, DeviceType > &cubatureWeights) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
domainExtents_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
extent(const int &r) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
extent_int(const iType &r) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
EXTRUDED_GRID enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
FIRST_ORDER enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
FIVE_TETRAHEDRA enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
FOUR_TRIANGLES enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
getJacobianRefData(const ScalarView< PointScalar, DeviceType > &points) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
getJacobianRefData(const TensorPoints< PointScalar, DeviceType > &points) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
getOrientation(int &cellNumber) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
getOrientations()Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
gridCellCoordinate(const int &gridCellOrdinal, const int &localNodeNumber, const int &dim) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
gridCellCounts_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
gridCellNodeForSubdivisionNode(const int &gridCellOrdinal, const int &subdivisionOrdinal, const int &subdivisionNodeNumber) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
HIGHER_ORDER enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
HYPERCUBE_NODE_ORDER_CLASSIC_SHARDS enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
HYPERCUBE_NODE_ORDER_TENSOR enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
hypercubeComponentNodeNumber(int hypercubeNodeNumber, int d) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
HypercubeNodeOrdering enum nameIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
initializeOrientations()Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
NO_SUBDIVISION enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
nodeOrdering_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
nodeOrderingForHypercubes() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
nodes_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
numCells() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
numCells_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
numCellsInDimension(const int &dim) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
numCellsPerGridCell(SubdivisionStrategy subdivisionStrategy) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
numNodesPerCell() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
numNodesPerCell_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
operator()(const int &cell, const int &node, const int &dim) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
orientations(ScalarView< Orientation, DeviceType > orientationsView, const int &startCell=0, const int &endCell=-1)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
orientations_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
origin_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
rank() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
setJacobian(Data< PointScalar, DeviceType > &jacobianData, const TensorPoints< PointScalar, DeviceType > &points, const Data< PointScalar, DeviceType > &refData, const int startCell=0, const int endCell=-1) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
setJacobian(Data< PointScalar, DeviceType > &jacobianData, const ScalarView< PointScalar, DeviceType > &points, const Data< PointScalar, DeviceType > &refData, const int startCell=0, const int endCell=-1) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
setJacobian(Data< PointScalar, DeviceType > &jacobianData, const int &numPoints, const int startCell=0, const int endCell=-1) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
setJacobianDataPrivate(Data< PointScalar, DeviceType > &jacobianData, const int &pointsPerCell, const Data< PointScalar, DeviceType > &refData, const int startCell, const int endCell) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
SIX_PYRAMIDS enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
SIX_TETRAHEDRA enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
subdivisionCoordinate(const int &gridCellOrdinal, const int &subdivisionOrdinal, const int &subdivisionNodeNumber, const int &d) const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
SubdivisionStrategy enum nameIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
subdivisionStrategy_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
TENSOR_GRID enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
tensorVertices_ (defined in Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >)Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >protected
TWO_TRIANGLES_LEFT enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
TWO_TRIANGLES_RIGHT enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
UNIFORM_GRID enum valueIntrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
uniformJacobianModulus() const Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >
~CellGeometry()Intrepid2::CellGeometry< PointScalar, spaceDim, DeviceType >