Definition at line 135 of file mesh_cube_map.F90.
|
| integer | nmap |
| | The number of maps. More...
|
| |
| integer, dimension(:, :), allocatable | map |
| |
| type(accel_mem_t) | map_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...
|
| |
◆ nmap
| integer mesh_cube_map_oct_m::mesh_cube_map_t::nmap |
|
private |
◆ map
| integer, dimension(:, :), allocatable mesh_cube_map_oct_m::mesh_cube_map_t::map |
|
private |
◆ map_buffer
| type(accel_mem_t) mesh_cube_map_oct_m::mesh_cube_map_t::map_buffer |
|
private |
◆ 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: