Octopus
mesh_cube_map_oct_m::mesh_cube_map_t Type Reference

Detailed Description

Definition at line 135 of file mesh_cube_map.F90.

Private Attributes

integer nmap
 The number of maps. More...
 
integer, dimension(:, :), allocatable map
 
type(accel_mem_tmap_buffer
 
logical is_trivial = .false.
 True when the map is a flat X-fastest identity over the full cube — the mesh->cube scatter degenerates to a single contiguous memcopy. More...
 

Member Data Documentation

◆ nmap

integer mesh_cube_map_oct_m::mesh_cube_map_t::nmap
private

The number of maps.

Definition at line 137 of file mesh_cube_map.F90.

◆ map

integer, dimension(:, :), allocatable mesh_cube_map_oct_m::mesh_cube_map_t::map
private

Definition at line 138 of file mesh_cube_map.F90.

◆ map_buffer

type(accel_mem_t) mesh_cube_map_oct_m::mesh_cube_map_t::map_buffer
private

Definition at line 139 of file mesh_cube_map.F90.

◆ is_trivial

logical mesh_cube_map_oct_m::mesh_cube_map_t::is_trivial = .false.
private

True when the map is a flat X-fastest identity over the full cube — the mesh->cube scatter degenerates to a single contiguous memcopy.

Definition at line 140 of file mesh_cube_map.F90.


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