#include <PIOAdaptor.h>
|
| void | create_tracer_UG (vtkMultiBlockDataSet *grid) |
| |
| void | create_amr_UG (vtkMultiBlockDataSet *grid, int numProc, int *global_numcell, int *cell_level, int64_t *cell_daughter, double **cell_center) |
| |
| void | create_amr_UG_1D (vtkMultiBlockDataSet *grid, int startCellIndx, int endCellIndx, int *cell_level, int64_t *cell_daughter, double *cell_center[1]) |
| |
| void | create_amr_UG_2D (vtkMultiBlockDataSet *grid, int startCellIndx, int endCellIndx, int *cell_level, int64_t *cell_daughter, double *cell_center[2]) |
| |
| void | create_amr_UG_3D (vtkMultiBlockDataSet *grid, int startCellIndx, int endCellIndx, int *cell_level, int64_t *cell_daughter, double *cell_center[3]) |
| |
| void | create_amr_HTG (vtkMultiBlockDataSet *grid, int numberOfCells, int *cell_level, int64_t *cell_daughter, double *cell_center[3]) |
| |
| int | count_hypertree (int64_t curIndex, int64_t *daughter) |
| |
| void | build_hypertree (vtkHyperTreeGridNonOrientedCursor *treeCursor, int64_t curIndex, int64_t *daughter) |
| |
| void | add_amr_UG_scalar (vtkMultiBlockDataSet *grid, vtkStdString varName, int64_t *daughter, double *data[], int numberOfComponents) |
| |
| void | add_amr_HTG_scalar (vtkMultiBlockDataSet *grid, vtkStdString varName, double *data[], int numberOfComponents) |
| |
Definition at line 26 of file PIOAdaptor.h.
◆ PIOAdaptor()
| PIOAdaptor::PIOAdaptor |
( |
int |
rank, |
|
|
int |
totalRank |
|
) |
| |
◆ ~PIOAdaptor()
| PIOAdaptor::~PIOAdaptor |
( |
| ) |
|
◆ initializeGlobal()
| int PIOAdaptor::initializeGlobal |
( |
const char * |
DumpDescFile | ) |
|
◆ initializeDump()
| int PIOAdaptor::initializeDump |
( |
int |
timeStep | ) |
|
◆ create_geometry()
◆ load_variable_data()
◆ GetNumberOfTimeSteps()
| int PIOAdaptor::GetNumberOfTimeSteps |
( |
| ) |
|
|
inline |
◆ GetTimeStep()
| double PIOAdaptor::GetTimeStep |
( |
int |
step | ) |
|
|
inline |
◆ GetNumberOfVariables()
| int PIOAdaptor::GetNumberOfVariables |
( |
| ) |
|
|
inline |
◆ GetVariableName()
| const char* PIOAdaptor::GetVariableName |
( |
int |
indx | ) |
|
|
inline |
◆ GetNumberOfDefaultVariables()
| int PIOAdaptor::GetNumberOfDefaultVariables |
( |
| ) |
|
|
inline |
◆ GetVariableDefault()
| const char* PIOAdaptor::GetVariableDefault |
( |
int |
indx | ) |
|
|
inline |
◆ GetHyperTreeGrid()
| bool PIOAdaptor::GetHyperTreeGrid |
( |
| ) |
|
|
inline |
◆ SetHyperTreeGrid()
| void PIOAdaptor::SetHyperTreeGrid |
( |
bool |
val | ) |
|
|
inline |
◆ GetTracers()
| bool PIOAdaptor::GetTracers |
( |
| ) |
|
|
inline |
◆ SetTracers()
| void PIOAdaptor::SetTracers |
( |
bool |
val | ) |
|
|
inline |
◆ GetFloat64()
| bool PIOAdaptor::GetFloat64 |
( |
| ) |
|
|
inline |
◆ SetFloat64()
| void PIOAdaptor::SetFloat64 |
( |
bool |
val | ) |
|
|
inline |
◆ create_tracer_UG()
◆ create_amr_UG()
| void PIOAdaptor::create_amr_UG |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
numProc, |
|
|
int * |
global_numcell, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double ** |
cell_center |
|
) |
| |
|
protected |
◆ create_amr_UG_1D()
| void PIOAdaptor::create_amr_UG_1D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
startCellIndx, |
|
|
int |
endCellIndx, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[1] |
|
) |
| |
|
protected |
◆ create_amr_UG_2D()
| void PIOAdaptor::create_amr_UG_2D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
startCellIndx, |
|
|
int |
endCellIndx, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[2] |
|
) |
| |
|
protected |
◆ create_amr_UG_3D()
| void PIOAdaptor::create_amr_UG_3D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
startCellIndx, |
|
|
int |
endCellIndx, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[3] |
|
) |
| |
|
protected |
◆ create_amr_HTG()
| void PIOAdaptor::create_amr_HTG |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
numberOfCells, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[3] |
|
) |
| |
|
protected |
◆ count_hypertree()
| int PIOAdaptor::count_hypertree |
( |
int64_t |
curIndex, |
|
|
int64_t * |
daughter |
|
) |
| |
|
protected |
◆ build_hypertree()
◆ add_amr_UG_scalar()
◆ add_amr_HTG_scalar()
◆ Rank
◆ TotalRank
| int PIOAdaptor::TotalRank |
|
protected |
◆ pioData
◆ fieldsToRead
| std::list<std::string> PIOAdaptor::fieldsToRead |
|
protected |
◆ descFileName
| std::string PIOAdaptor::descFileName |
|
protected |
◆ dumpDirectory
| std::string PIOAdaptor::dumpDirectory |
|
protected |
◆ dumpBaseName
| std::string PIOAdaptor::dumpBaseName |
|
protected |
◆ dumpFileName
| std::vector<std::string> PIOAdaptor::dumpFileName |
|
protected |
◆ numberOfTimeSteps
| int PIOAdaptor::numberOfTimeSteps |
|
protected |
◆ timeSteps
| double* PIOAdaptor::timeSteps |
|
protected |
◆ useHTG
◆ useTracer
| bool PIOAdaptor::useTracer |
|
protected |
◆ useFloat64
| bool PIOAdaptor::useFloat64 |
|
protected |
◆ hasTracers
| bool PIOAdaptor::hasTracers |
|
protected |
◆ variableName
| std::vector<std::string> PIOAdaptor::variableName |
|
protected |
◆ variableDefault
| std::vector<std::string> PIOAdaptor::variableDefault |
|
protected |
◆ indexNodeLeaf
| std::vector<int> PIOAdaptor::indexNodeLeaf |
|
protected |
The documentation for this class was generated from the following file: