![]() |
MPTRAC
|
Domain decomposition data structure. More...
#include <mptrac.h>
Data Fields | |
| int | nx_glob |
| Number of global longitudes. More... | |
| int | ny_glob |
| Number of global latitudes. More... | |
| double | lon_glob [DD_EX_GLOB] |
| Longitudes of the global grid [deg]. More... | |
| double | lat_glob [DD_EY_GLOB] |
| Latitudes of the global grid [deg]. More... | |
| size_t | subdomain_start [4] |
| Start indices of the local subdomain hyperslab (including inner halos). More... | |
| size_t | subdomain_count [4] |
| Extent of the local subdomain hyperslab (including inner halos). More... | |
| size_t | halo_bnd_start [4] |
| Start indices of the periodic boundary halo hyperslab. More... | |
| size_t | halo_bnd_count [4] |
| Extent of the periodic boundary halo hyperslab. More... | |
| int | halo_offset_start |
| Offset of the periodic halo block at the beginning of the local x-array. More... | |
| int | halo_offset_end |
| Offset of the periodic halo block at the end of the local x-array. More... | |
Domain decomposition data structure.
This structure holds information about the domain decomposition and MPI.
| double dd_t::lon_glob[DD_EX_GLOB] |
| double dd_t::lat_glob[DD_EY_GLOB] |
| size_t dd_t::subdomain_start[4] |
| size_t dd_t::subdomain_count[4] |
| size_t dd_t::halo_bnd_start[4] |
| size_t dd_t::halo_bnd_count[4] |
| int dd_t::halo_offset_start |
| int dd_t::halo_offset_end |