SPHinXsys  alpha version
Classes | Namespaces
adaptation.h File Reference

Adaptation defines the parameters for single or multi-resolution computations. More...

#include "base_data_package.h"
#include "sph_data_containers.h"
#include "cell_linked_list.h"
#include "level_set.h"

Go to the source code of this file.

Classes

class  SPH::SPHAdaptation
 Base class for all adaptations. The base class defines essential global parameters. It is also used for single-resolution method. In the constructor parameter, system_refinement_ratio defines the relation between present resolution to the system reference resolution. The derived classes are defined for more complex adaptations. More...
 
class  SPH::ParticleWithLocalRefinement
 Base class for particle with local refinement. More...
 
class  SPH::ParticleSpacingByBodyShape
 Adaptive resolutions within a SPH body according to the distance to the body surface. More...
 

Namespaces

 SPH
 

Detailed Description

Adaptation defines the parameters for single or multi-resolution computations.

Such adaptation is basically referred to be geometric.

Author
Xiangyu Hu and Chi Zhang