10 #ifndef vtkPagosaAdaptor_h 11 #define vtkPagosaAdaptor_h 40 double* y0,
double* z0,
double* dx,
double* dy,
double* dz,
int* my_id,
const int* tot_pes,
41 char* nframe,
int* nframelen,
char* version,
int* versionlen);
54 char* nframe,
int* nframelen,
char* version,
int* versionlen,
int* cycleNum,
double* simTime);
66 char* fname,
int* len,
int* mx,
int* my,
int* mz,
int* my_id,
float* data,
bool* down_convert);
78 char* version,
int* versionlen,
int* cycleNum,
double* simTime);
87 int* numberAdded,
float* xloc,
float* yloc,
float* zloc);
97 char* fname,
int* len,
int* numberAdded,
float* data);
107 char* fname,
int* len,
int* numberAdded,
float* data0,
float* data1,
float* data2);
117 float* data0,
float* data1,
float* data2,
float* data3,
float* data4,
float* data5);
void VTKPVADAPTORSPAGOSA_EXPORT addgridfield_(char *fname, int *len, int *mx, int *my, int *mz, int *my_id, float *data, bool *down_convert)
Add field data in the first grid of nonoverlapping AMR.
void VTKPVADAPTORSPAGOSA_EXPORT setcoprocessorgeometry_(int *mx, int *my, int *mz, double *x0, double *y0, double *z0, double *dx, double *dy, double *dz, int *my_id, const int *tot_pes, char *nframe, int *nframelen, char *version, int *versionlen)
Simulation code.
#define VTKPVADAPTORSPAGOSA_EXPORT
void VTKPVADAPTORSPAGOSA_EXPORT addmarkergeometry_(int *numberAdded, float *xloc, float *yloc, float *zloc)
Add a field to the unstructured grid of markers.
void VTKPVADAPTORSPAGOSA_EXPORT addmarkertensorfield_(char *fname, int *len, int *numberAdded, float *data0, float *data1, float *data2, float *data3, float *data4, float *data5)
Set a 6 element tensor field in the unstructured grid of markers.
void VTKPVADAPTORSPAGOSA_EXPORT addmarkervectorfield_(char *fname, int *len, int *numberAdded, float *data0, float *data1, float *data2)
Set a 3 element vector field in the unstructured grid of markers.
void VTKPVADAPTORSPAGOSA_EXPORT setgridgeometry_(char *nframe, int *nframelen, char *version, int *versionlen, int *cycleNum, double *simTime)
Update the vtkNonOverlappingAMR headers for every frame (time step) This holds ImageData which does n...
void VTKPVADAPTORSPAGOSA_EXPORT addmarkerscalarfield_(char *fname, int *len, int *numberAdded, float *data)
void VTKPVADAPTORSPAGOSA_EXPORT setmarkergeometry_(int *nvp, char *nframe, int *nframelen, char *version, int *versionlen, int *cycleNum, double *simTime)
Initialize unstructured grid for ALL markers and allocate total size.