#include <pluto.h>
Data Fields | |
double **** | Vc |
double **** | Vs |
double **** | Vuser |
double *** | Ax1 |
double *** | Ax2 |
double *** | Ax3 |
unsigned char *** | flag |
The Data structure contains the main solution 3D arrays used by the code.
double*** Ax1 |
The vector potential component in the direction.
double*** Ax2 |
The vector potential component in the direction.
double*** Ax3 |
The vector potential component in the direction.
unsigned char*** flag |
Pointer to a 3D array setting useful integration flags that are retrieved during integration.
double**** Vc |
The main four-index data array used for cell-centered primitive variables. The index order is Vc[nv][k][j][i], where nv gives the variable index, k,j and i are the locations of the cell in the , and direction.
double**** Vs |
The main four-index data array used for face-centered staggered magnetic fields. The index order is Vc[nv][k][j][i], where nv gives the variable index, k,j and i are the locations of the cell in the , and direction.
double**** Vuser |
Array storing user-defined supplementary variables written to disk.