Functions
NPICAdaptor.h File Reference
#include "vtkPVAdaptorsNPICModule.h"
Include dependency graph for NPICAdaptor.h:

Go to the source code of this file.

Functions

void VTKPVADAPTORSNPIC_EXPORT createstructuredgrid_ (int *myid, int *xdim, int *ystart, int *ystop, double *xspc, double *yspc)
 
void VTKPVADAPTORSNPIC_EXPORT add_scalar_ (char *fname, int *len, double *data, int *size)
 
void VTKPVADAPTORSNPIC_EXPORT add_vector_ (char *fname, int *len, double *data0, double *data1, double *data2, int *size)
 
void VTKPVADAPTORSNPIC_EXPORT add_pressure_ (int *index, double *data, int *size)
 

Function Documentation

◆ createstructuredgrid_()

void VTKPVADAPTORSNPIC_EXPORT createstructuredgrid_ ( int myid,
int xdim,
int ystart,
int ystop,
double xspc,
double yspc 
)

◆ add_scalar_()

void VTKPVADAPTORSNPIC_EXPORT add_scalar_ ( char *  fname,
int len,
double data,
int size 
)

◆ add_vector_()

void VTKPVADAPTORSNPIC_EXPORT add_vector_ ( char *  fname,
int len,
double data0,
double data1,
double data2,
int size 
)

◆ add_pressure_()

void VTKPVADAPTORSNPIC_EXPORT add_pressure_ ( int index,
double data,
int size 
)