|
My Project
|
Arguments structure for trans_gathgrid() More...
#include <transi.h>
Public Attributes | |
| double * | rgpg |
| Global gridpoint array Fortran DIMENSIONS(1:NGPTOTG,1:NFLDG) C/C++ DIMENSIONS[NFLDG][NGPTOTG] DIMENSIONS(1:NFLDG,1:NGPTOTG) | |
| const double * | rgp |
| Distributed gridpoint array Fortran DIMENSIONS(1:NPROMA,1:NFLD,1:NGPBLKS) C/C++ DIMENSIONS[NGPBLKS][NFDL][NPROMA] Default: NPROMA=NGPTOT, NGPBLKS=1. | |
| const int * | nto |
| Processors responsible for gathering each field Fortran DIMENSIONS(1:NFLD) | |
| int | nproma |
| Blocking factor for distributed gridpoint array. | |
| int | nfld |
| Number of distributed fields. | |
| int | ngpblks |
| Blocking factor for distributed gridpoint array. | |
| struct Trans_t * | trans |
| Internal storage of trans object. | |
| int | count |
| Internal storage for calls to trans_invtrans() | |
Arguments structure for trans_gathgrid()
Use new_gathgrid() to initialise defaults for the struct (constructor)