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

Arguments structure for trans_vordiv_to_UV() More...

#include <transi.h>

Public Attributes

const double * rspvor
 Local spectral array for vorticity Fortran DIMENSIONS(1:NFLD,1:NSPEC2) C/C++ DIMENSIONS[NSPEC2][NFLD].
 
const double * rspdiv
 Local spectral array for divergence Fortran DIMENSIONS(1:NFLD,1:NSPEC2) C/C++ DIMENSIONS[NSPEC2][NFLD].
 
double * rspu
 Local spectral array for U*cos(theta) Fortran DIMENSIONS(1:NFLD,1:NSPEC2) C/C++ DIMENSIONS[NSPEC2][NFLD].
 
double * rspv
 Local spectral array for V*cos(theta) Fortran DIMENSIONS(1:NFLD,1:NSPEC2) C/C++ DIMENSIONS[NSPEC2][NFLD].
 
int nfld
 Number of distributed fields.
 
int nsmax
 Spectral resolution (T)
 
int ncoeff
 number of spectral coefficients (equivalent to nspec2 for distributed or nspec2g for global)
 
int count
 Internal storage for calls to trans_vordiv_toUV()
 

Detailed Description

Arguments structure for trans_vordiv_to_UV()

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


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