Octopus
cube_oct_m::dimensions_t Type Reference

It is intended to be used within a vector. More...

Detailed Description

It is intended to be used within a vector.

Each index of the vector corresponds to an MPI process. A mapping between x,y,z index and process is saved, in a compact way.

Definition at line 192 of file cube.F90.

Private Attributes

integer, dimension(1:3) start_xyz
 First index X, Y, Z, which this process has. More...
 
integer, dimension(1:3) end_xyz
 Last index X, Y, Z, which this process has. More...
 

Member Data Documentation

◆ start_xyz

integer, dimension(1:3) cube_oct_m::dimensions_t::start_xyz
private

First index X, Y, Z, which this process has.

Definition at line 193 of file cube.F90.

◆ end_xyz

integer, dimension(1:3) cube_oct_m::dimensions_t::end_xyz
private

Last index X, Y, Z, which this process has.

Definition at line 194 of file cube.F90.


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