SPHinXsys  alpha version
meshes Directory Reference

Files

file  base_mesh.cpp
 
file  base_mesh.h [code]
 This is the base classes of mesh, which is used to describe ordered and indexed data sets. Depending on application, there are different data saved on the mesh. The intersection points of mesh lines are called grid points, the element enclosed by mesh lines (2D) or faces (3D) called cells. The mesh line or face are also called cell faces. Grid points are also called cell corners.
 
file  cell_linked_list.cpp
 
file  cell_linked_list.h [code]
 Here gives the classes for managing cell linked lists. This is the basic class for building the particle configurations.
 
file  mesh_with_data_packages.h [code]
 This class is designed to save memory and increase computational efficiency on mesh. //TODO: the connection between successive meshes in refined mesh should enhanced.