This is the complete list of members for bitpit::Cell, including all inherited members.
Cell() | bitpit::Cell | |
Cell(long id, ElementType type, bool interior, bool storeNeighbourhood) | bitpit::Cell | |
Cell(long id, ElementType type, int connectSize, bool interior, bool storeNeighbourhood) | bitpit::Cell | |
Cell(long id, ElementType type, std::unique_ptr< long[]> &&connectStorage, bool interior, bool storeNeighbourhood) | bitpit::Cell | |
Cell(long id, ElementType type, bool interior=true, bool storeInterfaces=true, bool storeAjacencies=true) | bitpit::Cell | |
Cell(long id, ElementType type, int connectSize, bool interior=true, bool storeInterfaces=true, bool storeAjacencies=true) | bitpit::Cell | |
Cell(long id, ElementType type, std::unique_ptr< long[]> &&connectStorage, bool interior=true, bool storeInterfaces=true, bool storeAjacencies=true) | bitpit::Cell | |
deleteAdjacencies() | bitpit::Cell | |
deleteAdjacency(int face, int i) | bitpit::Cell | |
deleteInterface(int face, int i) | bitpit::Cell | |
deleteInterfaces() | bitpit::Cell | |
display(std::ostream &out, unsigned short int indent) const | bitpit::Cell | |
Element() | bitpit::Element | |
Element(long id, ElementType type, int connectSize=0) | bitpit::Element | |
Element(long id, ElementType type, std::unique_ptr< long[]> &&connectStorage) | bitpit::Element | |
Element(const Element &other) | bitpit::Element | |
Element(Element &&other)=default (defined in bitpit::Element) | bitpit::Element | |
evalArea(const std::array< double, 3 > *coordinates) const | bitpit::Element | |
evalCentroid(const std::array< double, 3 > *coordinates) const | bitpit::Element | |
evalLength(const std::array< double, 3 > *coordinates) const | bitpit::Element | |
evalNormal(const std::array< double, 3 > *coordinates, const std::array< double, 3 > &orientation={{0., 0., 1.}}, const std::array< double, 3 > &point={{0.5, 0.5, 0.5}}) const | bitpit::Element | |
evalPointDistance(const std::array< double, 3 > &point, const std::array< double, 3 > *coordinates) const | bitpit::Element | |
evalPointProjection(const std::array< double, 3 > &point, const std::array< double, 3 > *coordinates, std::array< double, 3 > *projection, double *distance) const | bitpit::Element | |
evalSize(const std::array< double, 3 > *coordinates) const | bitpit::Element | |
evalVolume(const std::array< double, 3 > *coordinates) const | bitpit::Element | |
findAdjacency(int face, int adjacency) | bitpit::Cell | |
findAdjacency(int adjacency) | bitpit::Cell | |
findInterface(int face, int interface) | bitpit::Cell | |
findInterface(int interface) | bitpit::Cell | |
findVertex(long vertexId) const | bitpit::Element | |
getAdjacencies() const | bitpit::Cell | |
getAdjacencies() | bitpit::Cell | |
getAdjacencies(int face) const | bitpit::Cell | |
getAdjacencies(int face) | bitpit::Cell | |
getAdjacency(int face, int index=0) const | bitpit::Cell | |
getAdjacencyCount() const | bitpit::Cell | |
getAdjacencyCount(int face) const | bitpit::Cell | |
getBinarySize() const | bitpit::Cell | |
getConnect() const | bitpit::Element | |
getConnect() | bitpit::Element | |
getConnectSize() const | bitpit::Element | |
getDimension(ElementType type) | bitpit::Element | static |
getDimension() const | bitpit::Element | |
getEdgeConnect(int edge) const | bitpit::Element | |
getEdgeCount() const | bitpit::Element | |
getEdgeLocalConnect(int edge) const | bitpit::Element | |
getEdgeLocalVertexIds(int edge) const | bitpit::Element | |
getEdgeType(int edge) const | bitpit::Element | |
getEdgeVertexCount(int edge) const | bitpit::Element | |
getEdgeVertexId(int edge, int vertex) const | bitpit::Element | |
getEdgeVertexIds(int edge) const | bitpit::Element | |
getFaceConnect(int face) const | bitpit::Element | |
getFaceCount() const | bitpit::Element | |
getFaceLocalConnect(int face) const | bitpit::Element | |
getFaceLocalVertexIds(int face) const | bitpit::Element | |
getFaceStream() const | bitpit::Element | |
getFaceStreamPosition(const long *connectivity, int face) | bitpit::Element | static |
getFaceStreamPosition(int face) const | bitpit::Element | |
getFaceStreamSize() const | bitpit::Element | |
getFaceType(int face) const | bitpit::Element | |
getFaceVertexCount(int face) const | bitpit::Element | |
getFaceVertexId(int face, int vertex) const | bitpit::Element | |
getFaceVertexIds(int face) const | bitpit::Element | |
getId() const | bitpit::Element | |
getInfo() const | bitpit::Element | |
getInterface(int face, int index=0) const | bitpit::Cell | |
getInterfaceCount() const | bitpit::Cell | |
getInterfaceCount(int face) const | bitpit::Cell | |
getInterfaces() const | bitpit::Cell | |
getInterfaces() | bitpit::Cell | |
getInterfaces(int face) const | bitpit::Cell | |
getInterfaces(int face) | bitpit::Cell | |
getPID() const | bitpit::Element | |
getType() const | bitpit::Element | |
getVertexCount() const | bitpit::Element | |
getVertexId(int vertex) const | bitpit::Element | |
getVertexIds(ElementType type, const long *connectivity) | bitpit::Element | static |
getVertexIds() const | bitpit::Element | |
hasInfo() const | bitpit::Element | |
hasSameConnect(const Element &other) const | bitpit::Element | |
initialize(long id, ElementType type, bool interior, bool storeNeighbourhood) | bitpit::Cell | |
initialize(long id, ElementType type, int connectSize, bool interior, bool storeNeighbourhood) | bitpit::Cell | |
initialize(long id, ElementType type, std::unique_ptr< long[]> &&connectStorage, bool interior, bool storeNeighbourhood) | bitpit::Cell | |
initialize(long id, ElementType type, bool interior, bool storeInterfaces=true, bool storeAjacencies=true) | bitpit::Cell | |
initialize(long id, ElementType type, int connectSize, bool interior, bool storeInterfaces=true, bool storeAjacencies=true) | bitpit::Cell | |
initialize(long id, ElementType type, std::unique_ptr< long[]> &&connectStorage, bool interior, bool storeInterfaces=true, bool storeAjacencies=true) | bitpit::Cell | |
bitpit::Element::initialize(long id, ElementType type, int connectSize=0) | bitpit::Element | |
bitpit::Element::initialize(long id, ElementType type, std::unique_ptr< long[]> &&connectStorage) | bitpit::Element | |
isFaceBorder(int face) const | bitpit::Cell | |
isInterior() const | bitpit::Cell | |
isThreeDimensional(ElementType type) | bitpit::Element | static |
isThreeDimensional() const | bitpit::Element | |
NULL_ID (defined in bitpit::Element) | bitpit::Element | static |
operator<<) (defined in bitpit::Cell) | bitpit::Cell | friend |
operator=(const Element &other) | bitpit::Element | |
operator=(Element &&other)=default (defined in bitpit::Element) | bitpit::Element | |
operator>>) (defined in bitpit::Cell) | bitpit::Cell | friend |
PatchKernel (defined in bitpit::Cell) | bitpit::Cell | friend |
pushAdjacency(int face, long adjacency) | bitpit::Cell | |
pushInterface(int face, long interface) | bitpit::Cell | |
renumberFaceStream(const PiercedStorage< long, long > &map, std::vector< long > *faceStream) | bitpit::Element | static |
renumberVertices(const std::unordered_map< long, long > &map) | bitpit::Element | |
resetAdjacencies(bool storeAdjacencies=true) | bitpit::Cell | |
resetInterfaces(bool storeInterfaces=true) | bitpit::Cell | |
setAdjacencies(const std::vector< std::vector< long > > &adjacencies) | bitpit::Cell | |
setAdjacencies(FlatVector2D< long > &&adjacencies) | bitpit::Cell | |
setAdjacency(int face, int index, long adjacencies) | bitpit::Cell | |
setConnect(std::unique_ptr< long[]> &&connect) | bitpit::Element | |
setId(long id) | bitpit::Element | |
setInterface(int face, int index, long interface) | bitpit::Cell | |
setInterfaces(const std::vector< std::vector< long > > &interfaces) | bitpit::Cell | |
setInterfaces(FlatVector2D< long > &&interfaces) | bitpit::Cell | |
setInterior(bool interior) | bitpit::Cell | protected |
setPID(int pid) | bitpit::Element | |
setType(ElementType type) | bitpit::Element | |
swap(Cell &other) noexcept | bitpit::Cell | |
bitpit::Element::swap(Element &other) noexcept | bitpit::Element | |
unsetConnect() | bitpit::Element |