#include <PIOAdaptor.h>
|
int | parsePIOFile (const char *DumpDescFile) |
|
int | collectMetaData (const char *DumpDescFile) |
|
void | collectVariableMetaData () |
|
std::string | trimString (const std::string &str) |
|
void | create_tracer_UG (vtkMultiBlockDataSet *grid) |
|
void | create_amr_UG (vtkMultiBlockDataSet *grid) |
|
void | create_amr_UG_1D (vtkMultiBlockDataSet *grid, int numberOfCells, int *cell_level, int64_t *cell_daughter, double *cell_center[1]) |
|
void | create_amr_UG_2D (vtkMultiBlockDataSet *grid, int numberOfCells, int *cell_level, int64_t *cell_daughter, double *cell_center[2]) |
|
void | create_amr_UG_3D (vtkMultiBlockDataSet *grid, int numberOfCells, int *cell_level, int64_t *cell_daughter, double *cell_center[3]) |
|
void | create_amr_HTG (vtkMultiBlockDataSet *grid) |
|
int | count_hypertree (int64_t curIndex, int64_t *daughter) |
|
void | build_hypertree (vtkHyperTreeGridNonOrientedCursor *treeCursor, int64_t curIndex, int64_t *daughter) |
|
void | load_variable_data_UG (vtkMultiBlockDataSet *grid, vtkDataArraySelection *cellSelection) |
|
void | add_amr_UG_scalar (vtkMultiBlockDataSet *grid, vtkStdString varName, int64_t *daughter, double *data[], int numberOfCells, int numberOfComponents) |
|
void | load_variable_data_HTG (vtkMultiBlockDataSet *grid, vtkDataArraySelection *cellSelection) |
|
void | add_amr_HTG_scalar (vtkMultiBlockDataSet *grid, vtkStdString varName, double *data[], int numberOfComponents) |
|
Definition at line 28 of file PIOAdaptor.h.
◆ PIOAdaptor()
◆ ~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 |
◆ GetSimulationTime()
double PIOAdaptor::GetSimulationTime |
( |
int |
step | ) |
|
|
inline |
◆ GetCycleIndex()
double PIOAdaptor::GetCycleIndex |
( |
int |
step | ) |
|
|
inline |
◆ GetPIOFileIndex()
double PIOAdaptor::GetPIOFileIndex |
( |
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 |
◆ parsePIOFile()
int PIOAdaptor::parsePIOFile |
( |
const char * |
DumpDescFile | ) |
|
|
protected |
◆ collectMetaData()
int PIOAdaptor::collectMetaData |
( |
const char * |
DumpDescFile | ) |
|
|
protected |
◆ collectVariableMetaData()
void PIOAdaptor::collectVariableMetaData |
( |
| ) |
|
|
protected |
◆ trimString()
std::string PIOAdaptor::trimString |
( |
const std::string & |
str | ) |
|
|
protected |
◆ create_tracer_UG()
◆ create_amr_UG()
◆ create_amr_UG_1D()
void PIOAdaptor::create_amr_UG_1D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
numberOfCells, |
|
|
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 |
numberOfCells, |
|
|
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 |
numberOfCells, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[3] |
|
) |
| |
|
protected |
◆ create_amr_HTG()
◆ count_hypertree()
int PIOAdaptor::count_hypertree |
( |
int64_t |
curIndex, |
|
|
int64_t * |
daughter |
|
) |
| |
|
protected |
◆ build_hypertree()
◆ load_variable_data_UG()
◆ add_amr_UG_scalar()
void PIOAdaptor::add_amr_UG_scalar |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
vtkStdString |
varName, |
|
|
int64_t * |
daughter, |
|
|
double * |
data[], |
|
|
int |
numberOfCells, |
|
|
int |
numberOfComponents |
|
) |
| |
|
protected |
◆ load_variable_data_HTG()
◆ add_amr_HTG_scalar()
◆ Controller
◆ Rank
◆ TotalRank
int PIOAdaptor::TotalRank |
|
protected |
◆ pioData
◆ fieldsToRead
std::list<std::string> PIOAdaptor::fieldsToRead |
|
protected |
◆ descFileName
std::string PIOAdaptor::descFileName |
|
protected |
◆ dumpBaseName
std::string PIOAdaptor::dumpBaseName |
|
protected |
◆ dumpDirectory
std::vector<std::string> PIOAdaptor::dumpDirectory |
|
protected |
◆ dumpFileName
std::vector<std::string> PIOAdaptor::dumpFileName |
|
protected |
◆ CycleIndex
std::vector<double> PIOAdaptor::CycleIndex |
|
protected |
◆ SimulationTime
std::vector<double> PIOAdaptor::SimulationTime |
|
protected |
◆ PIOFileIndex
std::vector<double> PIOAdaptor::PIOFileIndex |
|
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: