My Project
Loading...
Searching...
No Matches
DistGrid_t Struct Reference

Arguments structure for trans_distgrid() More...

#include <transi.h>

Public Attributes

const double * rgpg
 Global gridpoint array Fortran DIMENSIONS(1:NGPTOTG,1:NFLDG) C/C++ DIMENSIONS[NFLDG][NGPTOTG].
 
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 * nfrom
 Processors responsible for distributing each field 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_ttrans
 Internal storage of trans object.
 
int count
 Internal storage for calls to trans_invtrans()
 

Detailed Description

Arguments structure for trans_distgrid()

Use new_distgrid() to initialise defaults for the struct (constructor)


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