|
integer, dimension(3) | l |
|
double precision, dimension(3) | edges |
|
integer | n |
|
double precision | a |
|
double precision, dimension(3) | origin |
|
integer, dimension(:), allocatable | cell_count |
|
integer, dimension(:,:), allocatable | cell_count_tmp |
|
integer, dimension(:), allocatable | cell_start |
|
logical, dimension(:), allocatable | is_md |
|
logical, dimension(:), allocatable | is_reac |
|
double precision | max_v |
|
integer, dimension(3) | m |
|
integer, dimension(3) | bc |
|
logical | has_walls |
|
Definition at line 20 of file cell_system.f90.
◆ cartesian_indices()
procedure cell_system::cell_system_t::cartesian_indices |
( |
| ) |
|
|
private |
◆ count_particles()
procedure cell_system::cell_system_t::count_particles |
( |
| ) |
|
|
private |
◆ init()
procedure cell_system::cell_system_t::init |
( |
| ) |
|
|
private |
◆ random_shift()
procedure cell_system::cell_system_t::random_shift |
( |
| ) |
|
|
private |
◆ sort_particles()
procedure cell_system::cell_system_t::sort_particles |
( |
| ) |
|
|
private |
double precision cell_system::cell_system_t::a |
|
private |
◆ bc
integer, dimension(3) cell_system::cell_system_t::bc |
|
private |
◆ cell_count
integer, dimension(:), allocatable cell_system::cell_system_t::cell_count |
|
private |
◆ cell_count_tmp
integer, dimension(:,:), allocatable cell_system::cell_system_t::cell_count_tmp |
|
private |
◆ cell_start
integer, dimension(:), allocatable cell_system::cell_system_t::cell_start |
|
private |
◆ edges
double precision, dimension(3) cell_system::cell_system_t::edges |
|
private |
◆ has_walls
logical cell_system::cell_system_t::has_walls |
|
private |
◆ is_md
logical, dimension(:), allocatable cell_system::cell_system_t::is_md |
|
private |
◆ is_reac
logical, dimension(:), allocatable cell_system::cell_system_t::is_reac |
|
private |
integer, dimension(3) cell_system::cell_system_t::l |
|
private |
integer, dimension(3) cell_system::cell_system_t::m |
|
private |
◆ max_v
double precision cell_system::cell_system_t::max_v |
|
private |
integer cell_system::cell_system_t::n |
|
private |
◆ origin
double precision, dimension(3) cell_system::cell_system_t::origin |
|
private |
The documentation for this type was generated from the following file: