My Project
|
Arguments structure for trans_gathspec() More...
#include <transi.h>
Public Attributes | |
double * | rspecg |
Global spectral array Fortran DIMENSIONS(1:NFLDG,1:NSPEC2G) C/C++ DIMENSIONS[NSPEC2G][NFLDG]. | |
const double * | rspec |
Local spectral array Fortran DIMENSIONS(1:NFLD,1:NSPEC2) C/C++ DIMENSIONS[NSPEC2][NFLD]. | |
const int * | nto |
Processors responsible for gathering each field DIMENSIONS(1:NFLD) | |
int | nfld |
Number of distributed fields. | |
struct Trans_t * | trans |
Internal storage of trans object. | |
int | count |
Internal storage for calls to trans_invtrans() | |
Arguments structure for trans_gathspec()
Use new_gathspec() to initialise defaults for the struct (constructor)