#include <PIOAdaptor.h>
|
int | parsePIOFile (const char *DumpDescFile) |
|
int | collectMetaData (const char *DumpDescFile) |
|
void | collectVariableMetaData () |
|
void | collectMaterialVariableMetaData () |
|
void | addMaterialVariable (vtkStdString &pioFieldName, std::vector< std::string > matident) |
|
void | addMaterialVariableEntries (std::string &prefix, std::string &baseVar, std::string &var, std::vector< std::string > matident) |
|
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 29 of file PIOAdaptor.h.
PIOAdaptor::~PIOAdaptor |
( |
| ) |
|
int PIOAdaptor::initializeGlobal |
( |
const char * |
DumpDescFile | ) |
|
int PIOAdaptor::initializeDump |
( |
int |
timeStep | ) |
|
int PIOAdaptor::GetNumberOfTimeSteps |
( |
| ) |
|
|
inline |
double PIOAdaptor::GetSimulationTime |
( |
int |
step | ) |
|
|
inline |
double PIOAdaptor::GetCycleIndex |
( |
int |
step | ) |
|
|
inline |
double PIOAdaptor::GetPIOFileIndex |
( |
int |
step | ) |
|
|
inline |
int PIOAdaptor::GetNumberOfVariables |
( |
| ) |
|
|
inline |
const char* PIOAdaptor::GetVariableName |
( |
int |
indx | ) |
|
|
inline |
int PIOAdaptor::GetNumberOfDefaultVariables |
( |
| ) |
|
|
inline |
const char* PIOAdaptor::GetVariableDefault |
( |
int |
indx | ) |
|
|
inline |
bool PIOAdaptor::GetHyperTreeGrid |
( |
| ) |
|
|
inline |
void PIOAdaptor::SetHyperTreeGrid |
( |
bool |
val | ) |
|
|
inline |
bool PIOAdaptor::GetTracers |
( |
| ) |
|
|
inline |
void PIOAdaptor::SetTracers |
( |
bool |
val | ) |
|
|
inline |
bool PIOAdaptor::GetFloat64 |
( |
| ) |
|
|
inline |
void PIOAdaptor::SetFloat64 |
( |
bool |
val | ) |
|
|
inline |
int PIOAdaptor::parsePIOFile |
( |
const char * |
DumpDescFile | ) |
|
|
protected |
int PIOAdaptor::collectMetaData |
( |
const char * |
DumpDescFile | ) |
|
|
protected |
void PIOAdaptor::collectVariableMetaData |
( |
| ) |
|
|
protected |
void PIOAdaptor::collectMaterialVariableMetaData |
( |
| ) |
|
|
protected |
void PIOAdaptor::addMaterialVariable |
( |
vtkStdString & |
pioFieldName, |
|
|
std::vector< std::string > |
matident |
|
) |
| |
|
protected |
void PIOAdaptor::addMaterialVariableEntries |
( |
std::string & |
prefix, |
|
|
std::string & |
baseVar, |
|
|
std::string & |
var, |
|
|
std::vector< std::string > |
matident |
|
) |
| |
|
protected |
std::string PIOAdaptor::trimString |
( |
const std::string & |
str | ) |
|
|
protected |
void PIOAdaptor::create_amr_UG_1D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
numberOfCells, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[1] |
|
) |
| |
|
protected |
void PIOAdaptor::create_amr_UG_2D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
numberOfCells, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[2] |
|
) |
| |
|
protected |
void PIOAdaptor::create_amr_UG_3D |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
int |
numberOfCells, |
|
|
int * |
cell_level, |
|
|
int64_t * |
cell_daughter, |
|
|
double * |
cell_center[3] |
|
) |
| |
|
protected |
int PIOAdaptor::count_hypertree |
( |
int64_t |
curIndex, |
|
|
int64_t * |
daughter |
|
) |
| |
|
protected |
void PIOAdaptor::add_amr_UG_scalar |
( |
vtkMultiBlockDataSet * |
grid, |
|
|
vtkStdString |
varName, |
|
|
int64_t * |
daughter, |
|
|
double * |
data[], |
|
|
int |
numberOfCells, |
|
|
int |
numberOfComponents |
|
) |
| |
|
protected |
int PIOAdaptor::TotalRank |
|
protected |
std::string PIOAdaptor::descFileName |
|
protected |
std::string PIOAdaptor::dumpBaseName |
|
protected |
std::vector<std::string> PIOAdaptor::dumpDirectory |
|
protected |
std::vector<std::string> PIOAdaptor::dumpFileName |
|
protected |
std::vector<double> PIOAdaptor::CycleIndex |
|
protected |
std::vector<double> PIOAdaptor::SimulationTime |
|
protected |
std::vector<double> PIOAdaptor::PIOFileIndex |
|
protected |
bool PIOAdaptor::useTracer |
|
protected |
bool PIOAdaptor::useFloat64 |
|
protected |
bool PIOAdaptor::hasTracers |
|
protected |
std::vector<std::string> PIOAdaptor::variableName |
|
protected |
std::vector<std::string> PIOAdaptor::variableDefault |
|
protected |
int64_t PIOAdaptor::numCells |
|
protected |
std::vector<int> PIOAdaptor::indexNodeLeaf |
|
protected |
int PIOAdaptor::numMaterials |
|
protected |
AdaptorImpl* PIOAdaptor::Impl |
|
protected |
The documentation for this class was generated from the following file: