Derived adjacencies
API
ExtendableGrids.BEdgeAssemblyGroups — Type
abstract type BEdgeAssemblyGroups <: AbstractGridAdjacencyAdjacency describing assembly groups for boundary edges
sourceExtendableGrids.BEdgeEdges — Type
abstract type BEdgeEdges <: AbstractGridIntegerArray1DVector with edge numbers of boundary edges
sourceExtendableGrids.BEdgeGeometries — Type
abstract type BEdgeGeometries <: AbstractElementGeometriesVector with boundary edge geometries
sourceExtendableGrids.BEdgeNodes — Type
abstract type BEdgeNodes <: AbstractGridAdjacencyAdjacency describing nodes for boundary edges
sourceExtendableGrids.BEdgeVolumes — Type
ExtendableGrids.BFaceAssemblyGroups — Type
abstract type BFaceAssemblyGroups <: AbstractGridAdjacencyAdjacency describing assembly groups for bfaces
sourceExtendableGrids.BFaceCellPos — Type
abstract type BFaceCellPos <: AbstractGridIntegerArray1DVector with local positions of bfaces in their adjacent cell
sourceExtendableGrids.BFaceFaces — Type
abstract type BFaceFaces <: AbstractGridIntegerArray1DVector with face numbers of boundary faces
sourceExtendableGrids.BFaceVolumes — Type
ExtendableGrids.CellAssemblyGroups — Type
abstract type CellAssemblyGroups <: AbstractGridAdjacencyAdjacency describing assembly groups for cells
sourceExtendableGrids.CellEdges — Type
ExtendableGrids.CellFaceOrientations — Type
abstract type CellFaceOrientations <: AbstractGridAdjacencyAdjacency describing face orientations for cells
sourceExtendableGrids.CellFaces — Type
ExtendableGrids.CellVolumes — Type
ExtendableGrids.EdgeAssemblyGroups — Type
abstract type EdgeAssemblyGroups <: AbstractGridAdjacencyAdjacency describing assembly groups for edges
sourceExtendableGrids.EdgeCells — Type
ExtendableGrids.EdgeNodes — Type
ExtendableGrids.EdgeRegions — Type
ExtendableGrids.EdgeTangents — Type
ExtendableGrids.EdgeVolumes — Type
ExtendableGrids.FaceAssemblyGroups — Type
abstract type FaceAssemblyGroups <: AbstractGridAdjacencyAdjacency describing assembly groups for faces
sourceExtendableGrids.FaceCells — Type
ExtendableGrids.FaceEdgeSigns — Type
abstract type FaceEdgeSigns <: AbstractGridAdjacencyAdjacency describing edges signs for faces
sourceExtendableGrids.FaceEdges — Type
ExtendableGrids.FaceNodes — Type
ExtendableGrids.FaceNormals — Type
ExtendableGrids.FaceRegions — Type
ExtendableGrids.FaceVolumes — Type
ExtendableGrids.NodeCells — Type
abstract type NodeCells <: AbstractGridAdjacencyAdjacency describing cells for nodes (transposed of CellNodes)
sourceExtendableGrids.NodeEdges — Type
abstract type NodeEdges <: AbstractGridAdjacencyAdjacency describing edges for nodes (transposed of EdgeNodes)
sourceExtendableGrids.NodeFaces — Type
abstract type NodeFaces <: AbstractGridAdjacencyAdjacency describing faces for nodes (transposed of FaceNodes)
sourceExtendableGrids.NodePatchGroups — Type
abstract type NodePatchGroups <: AbstractGridIntegerArray1DVector with patch groups for nodes (ensuring that node patches of nodes in same group do not overlap)
sourceExtendableGrids.UniqueBEdgeGeometries — Type
abstract type UniqueBEdgeGeometries <: AbstractElementGeometriesVector with unique boundary edge geometries
sourceExtendableGrids.UniqueBFaceGeometries — Type
abstract type UniqueBFaceGeometries <: AbstractElementGeometriesVector with unique bface geometries
sourceExtendableGrids.UniqueCellGeometries — Type
abstract type UniqueCellGeometries <: AbstractElementGeometriesVector of unique cell geometries
sourceExtendableGrids.UniqueEdgeGeometries — Type
abstract type UniqueEdgeGeometries <: AbstractElementGeometriesVector with unique edge geometries
sourceExtendableGrids.UniqueFaceGeometries — Type
abstract type UniqueFaceGeometries <: AbstractElementGeometriesVector of unique face geometries
sourceExtendableGrids.BFaceCells — Type
abstract type BFaceCells <: AbstractGridAdjacencyAdjacency describing cells per boundary or interior face
sourceExtendableGrids.BFaceEdges — Type
abstract type BFaceEdges <: AbstractGridAdjacencyAdjacency describing edges per boundary or interior face
sourceExtendableGrids.BFaceNormals — Type
abstract type BFaceNormals <: AbstractGridComponentAdjacency describing outer normals to boundary faces
sourceExtendableGrids.prepare_edges! — Method
prepare_edges!(grid)
Prepare edge adjacencies (celledges, edgecells, edgenodes)
Currently depends on ExtendableSparse, we may want to remove this adjacency.
source