Octopus
stencil_oct_m::stencil_t Type Reference

The class representing the stencil, which is used for non-local mesh operations. More...

Detailed Description

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_tstargeneral
 

Member Data Documentation

◆ dim

integer, private stencil_oct_m::stencil_t::dim
private

spatial dimension

Definition at line 165 of file stencil.F90.

◆ center

integer stencil_oct_m::stencil_t::center
private

index to the central point of the stencil

Definition at line 166 of file stencil.F90.

◆ size

integer stencil_oct_m::stencil_t::size
private

size (number of points)

Definition at line 167 of file stencil.F90.

◆ points

integer, dimension(:, :), allocatable stencil_oct_m::stencil_t::points
private

list of points in spatial index notation (1:dim, 1:size)

Definition at line 168 of file stencil.F90.

◆ stargeneral

type(stargeneral_arms_t) stencil_oct_m::stencil_t::stargeneral
private

Definition at line 171 of file stencil.F90.


The documentation for this type was generated from the following file: