RMPCDMD
|
Go to the source code of this file.
Data Types | |
type | cell_system::cell_system_t |
Modules | |
module | cell_system |
Spatial cells. | |
Functions/Subroutines | |
subroutine | cell_system::init (this, L, a, has_walls) |
subroutine | cell_system::count_particles (this, position) |
subroutine | cell_system::sort_particles (this, position_old, position_new) |
subroutine | cell_system::random_shift (this, state) |
integer function, dimension(3) | cell_system::cartesian_indices (this, position) |
Variables | |
integer, parameter, public | cell_system::periodic_bc = 1 |
integer, parameter, public | cell_system::bounce_back_bc = 2 |
integer, parameter, public | cell_system::specular_bc = 3 |