SPHinXsys  alpha version
Classes | Namespaces
cell_linked_list.h File Reference

Here gives the classes for managing cell linked lists. This is the basic class for building the particle configurations. More...

#include "base_mesh.h"
#include "neighbor_relation.h"

Go to the source code of this file.

Classes

class  SPH::CellList
 The linked list for one cell. More...
 
class  SPH::BaseCellLinkedList
 Abstract class for mesh cell linked list. More...
 
class  SPH::CellLinkedList
 Defining a mesh cell linked list for a body. The meshes for all bodies share the same global coordinates. More...
 
class  SPH::MultilevelCellLinkedList
 Defining a multilevel level set for a complex region. More...
 

Namespaces

 SPH
 

Detailed Description

Here gives the classes for managing cell linked lists. This is the basic class for building the particle configurations.

The cell linked list saves for each body a list of particles located within the cell.

Author
Yongchuan Yu, Chi ZHang and Xiangyu Hu