My Project
|
Arguments structure for trans_dirtrans() More...
#include <transi.h>
Public Attributes | |
const double * | rgp |
[input] gridpoint fields | |
double * | rspscalar |
[output] spectral scalar valued fields | |
double * | rspvor |
[output] spectral vorticity | |
double * | rspdiv |
[output] spectral divergence | |
int | nproma |
[input,default=ngptot] Blocking factor for distributed gridpoint array | |
int | nscalar |
[input,default=0] Number of scalar fields present in RGP | |
int | nvordiv |
[input,default=0] Number of vorticity/divergence fields in RGP | |
int | ngpblks |
[input,default=1] Blocking factor for distributed gridpoint array | |
int | lglobal |
[input,default=0] rgp is a global input field --> nproma==1,ngpblks==ngptotg | |
struct Trans_t * | trans |
Internal storage of trans object. | |
int | count |
Internal storage for calls to trans_dirtrans() | |
Arguments structure for trans_dirtrans()
Use new_dirtrans() to initialise defaults for the struct (constructor)
const double* DirTrans_t::rgp |
double* DirTrans_t::rspscalar |