Go to the documentation of this file.
48 if( omp_in_parallel() )
51 "inline const VRWGraph& triSurfAddressing::pointFacets() const"
66 if( omp_in_parallel() )
69 "inline const edgeLongList& triSurfAddressing::edges() const"
84 if( omp_in_parallel() )
87 "inline const VRWGraph& triSurfAddressing::facetEdges() const"
102 if( omp_in_parallel() )
105 "inline const VRWGraph& triSurfAddressing::edgeFacets() const"
120 if( omp_in_parallel() )
123 "inline const VRWGraph& triSurfAddressing::pointEdges() const"
138 if( omp_in_parallel() )
141 "inline const VRWGraph& triSurfAddressing::facetFacets() const"
156 if( omp_in_parallel() )
159 "inline const vectorField&"
160 " triSurfAddressing::pointNormals() const"
175 if( omp_in_parallel() )
178 "inline const vectorField&"
179 " triSurfAddressing::facetNormals() const"
194 if( omp_in_parallel() )
197 "inline const vectorField&"
198 " triSurfAddressing::facetCentres() const"
const vectorField & facetNormals() const
return normals of facets
vectorField * pointNormalsPtr_
point normals
void calculateFacetFacetsEdges() const
calculate facet-faceys addressing
edgeLongList * edgesPtr_
edges in the triangulation
VRWGraph * edgeFacetsPtr_
labels of triangles connected to an edge
void calculatePointEdges() const
calculate point-edges addressing
const vectorField & facetCentres() const
return centres of facets
vectorField * facetCentresPtr_
face centres
void calculateFacetCentres() const
calculate centres of facets
Pre-declare SubField and related Field type.
VRWGraph * pointFacetsPtr_
facets connected to a point
const VRWGraph & pointFacets() const
return point-facets addressing
VRWGraph * facetEdgesPtr_
labels of edges in the triangles
VRWGraph * facetFacetsEdgesPtr_
facets connected tp a facet via edges
errorManip< error > abort(error &err)
void calculateEdges() const
calculate edges, facet-edges and edge-facets addressing
void calculateFacetEdges() const
calculate facet-edges addresing
void calculateEdgeFacets() const
calculate edge-facets addressing
const VRWGraph & facetEdges() const
return facet-edges addressing
const LongList< edge > & edges() const
return edges
vectorField * facetNormalsPtr_
face normals
void calculateFacetNormals() const
calculate normals of facets
void calculatePointFacets() const
calculate point-facets addressing
const pointField & pointNormals() const
return point normals
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
const VRWGraph & edgeFacets() const
return edge-facets addressing
const VRWGraph & pointEdges() const
return point-edges addressing
const VRWGraph & facetFacets() const
return facet-facets addressing
void calculatePointNormals() const
calculate point normals
VRWGraph * pointEdgesPtr_
labels of edges connected to a point