GeometryCommon Directory Reference
Directory dependency graph for GeometryCommon:
source/3D/GeometryCommon

Files

file  BinaryLogger.hpp [code]
 Class for a logger for the tessellation in 3D that outputs a binary file. The output is as follows: 1) size_t Number of points (N) 2) For each point x,y,z coordinates (3 doubles) 3) size_t Number of faces (Nfaces) 4) For each face, the neighbors (2*size_t), the number of vertices (size_t) and the vertices (3*double*number of vertices) 5) The list of faces per cell, the number of neighbors (size_t) and then the indeces of the faces (size_t*number of neighbors)
 
file  Face.hpp [code]
 Face between cells.
 
file  HilbertOrder3D.hpp [code]
 Hilbert 3D-space filling curve.
 
file  HilbertOrder3D_Utils.hpp [code]
 Hilbert 3D Order - Utility functions.
 
file  OuterBoundary3D.hpp [code]
 Outer Boundary Conditions.
 
file  Tessellation3D.hpp [code]
 Abstract class for the tessellation in 3D.
 
file  TessLogger.hpp [code]
 Abstract class for a logger for the tessellation in 3D.
 
file  Vector3D.hpp [code]
 3D Geometrical calculations