#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()
| 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 |
◆ collectMaterialVariableMetaData()
| void PIOAdaptor::collectMaterialVariableMetaData |
( |
| ) |
|
|
protected |
◆ addMaterialVariable()
| void PIOAdaptor::addMaterialVariable |
( |
vtkStdString & |
pioFieldName, |
|
|
std::vector< std::string > |
matident |
|
) |
| |
|
protected |
◆ addMaterialVariableEntries()
| void PIOAdaptor::addMaterialVariableEntries |
( |
std::string & |
prefix, |
|
|
std::string & |
baseVar, |
|
|
std::string & |
var, |
|
|
std::vector< std::string > |
matident |
|
) |
| |
|
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
◆ 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 |
◆ numCells
| int64_t PIOAdaptor::numCells |
|
protected |
◆ indexNodeLeaf
| std::vector<int> PIOAdaptor::indexNodeLeaf |
|
protected |
◆ matVariables
◆ numMaterials
| int PIOAdaptor::numMaterials |
|
protected |
◆ Impl
| AdaptorImpl* PIOAdaptor::Impl |
|
protected |
The documentation for this class was generated from the following file: