Functions
PhastaAdaptor.h File Reference
#include "vtkPVAdaptorsPhastaModule.h"
Include dependency graph for PhastaAdaptor.h:

Go to the source code of this file.

Functions

void VTKPVADAPTORSPHASTA_EXPORT createpointsandallocatecells (int *numPoints, double *coordsArray, int *numCells)
 Simulation code. More...
 
void VTKPVADAPTORSPHASTA_EXPORT insertblockofcells (int *numCellsInBlock, int *numPointsPerCell, int *cellConnectivity)
 
void VTKPVADAPTORSPHASTA_EXPORT addfields (int *nshg, int *ndof, double *dofArray, int *compressibleFlow)
 

Function Documentation

◆ createpointsandallocatecells()

void VTKPVADAPTORSPHASTA_EXPORT createpointsandallocatecells ( int numPoints,
double coordsArray,
int numCells 
)

Simulation code.

Phasta is a simulation code. It is a closed source code. A copy of the Physics Manual is at http://permalink.lanl.gov/object/tr?what=info:lanl-repo/lareport/LA-14425-M

◆ insertblockofcells()

void VTKPVADAPTORSPHASTA_EXPORT insertblockofcells ( int numCellsInBlock,
int numPointsPerCell,
int cellConnectivity 
)

◆ addfields()

void VTKPVADAPTORSPHASTA_EXPORT addfields ( int nshg,
int ndof,
double dofArray,
int compressibleFlow 
)