Octopus
|
The class representing the stencil, which is used for non-local mesh operations. More...
The class representing the stencil, which is used for non-local mesh operations.
The points of the stencil are stored in terms of the 'spatial index' (see mesh_init_oct_m::mesh_init_stage_2()).
Definition at line 163 of file stencil.F90.
Private Attributes | |
integer, private | dim |
spatial dimension More... | |
integer | center |
index to the central point of the stencil More... | |
integer | size |
size (number of points) More... | |
integer, dimension(:, :), allocatable | points |
list of points in spatial index notation (1:dim, 1:size) More... | |
type(stargeneral_arms_t) | stargeneral |
|
private |
spatial dimension
Definition at line 165 of file stencil.F90.
|
private |
index to the central point of the stencil
Definition at line 166 of file stencil.F90.
|
private |
size (number of points)
Definition at line 167 of file stencil.F90.
|
private |
list of points in spatial index notation (1:dim, 1:size)
Definition at line 168 of file stencil.F90.
|
private |
Definition at line 171 of file stencil.F90.