Definition at line 105 of file cgnsAnalyzer.H.
Public Member Functions | |
| cgnsAnalyzer (std::string fname, int verb=0) | |
| virtual | ~cgnsAnalyzer () |
| void | loadGrid (const std::string &fname, int verb=0) |
| virtual void | closeCG () |
| void | loadGrid (int verb=0) |
| void | loadZone (int zIdx, int verb=0) |
| int | getIndexFile () |
| int | getIndexBase () |
| int | getCellDim () |
| std::string | getFileName () |
| std::string | getBaseName () |
| std::string | getZoneName () |
| std::string | getZoneName (int nCgFile) |
| std::string | getSectionName () |
| std::string | getBaseItrName () |
| int | getNZone () |
| int | getNTStep () |
| double | getTimeStep () |
| std::string | getZoneItrName () |
| std::string | getGridCrdPntr () |
| std::string | getSolutionPntr () |
| int | getNVertex () |
| int | getNElement () |
| int | getPhysDim () |
| int | getElementType () |
| int | getNVrtxElem () |
| CGNS_ENUMT (MassUnits_t) getMassUnit() | |
| CGNS_ENUMT (LengthUnits_t) getLengthUnit() | |
| CGNS_ENUMT (TimeUnits_t) getTimeUnit() | |
| CGNS_ENUMT (TemperatureUnits_t) getTemperatureUnit() | |
| CGNS_ENUMT (AngleUnits_t) getAngleUnit() | |
| CGNS_ENUMT (ZoneType_t) getZoneType() | |
| bool | isStructured () |
| std::vector< double > | getVertexCoords () |
| std::vector< double > | getVertexCoords (int vrtxId) |
| double | getVrtXCrd (int vrtxId) |
| std::vector< double > | getVrtXCrd () |
| double | getVrtYCrd (int vrtxId) |
| std::vector< double > | getVrtYCrd () |
| double | getVrtZCrd (int vrtxId) |
| std::vector< double > | getVrtZCrd () |
| std::vector< cgsize_t > | getElementConnectivity (int elemId) |
| void | getSectionNames (std::vector< std::string > &secNames) |
| void | getSectionConn (std::string secName, std::vector< cgsize_t > &conn, int &nElm) |
| vtkSmartPointer< vtkDataSet > | getSectionMesh (std::string secName) |
| void | clearAllSolutionData () |
| void | getSolutionDataNames (std::vector< std::string > &list) |
| solution_type_t | getSolutionData (std::string sName, std::vector< double > &slnData) |
| solutionData * | getSolutionDataObj (std::string sName) |
| int | getNVertexSolution () |
| int | getNCellSolution () |
| solution_type_t | getSolutionDataStitched (std::string sName, std::vector< double > &slnData, int &outNData, int &outNDim) |
| void | appendSolutionData (std::string sName, std::vector< double > &slnData, solution_type_t dt, int inNData, int inNDim) |
| void | appendSolutionData (std::string sName, double slnData, solution_type_t dt, int inNData, int inNDim) |
| bool | delAppSlnData (std::string sName) |
| void | getAppendedSolutionDataName (std::vector< std::string > &appSName) |
| std::vector< std::string > | getSolutionNodeNames () |
| std::vector< CGNS_ENUMT(GridLocation_t)> | getSolutionGridLocations () |
| std::map< int, std::pair< int, keyValueList > > | getSolutionMap () |
| std::map< std::string, CGNS_ENUMT(GridLocation_t)> | getSolutionNameLocMap () |
| void | exportToMAdMesh (MAd::pMesh MAdMesh) |
| virtual void | stitchMesh (cgnsAnalyzer *inCg, bool withFields=false) |
| void | classifyMAdMeshOpt (MAd::pMesh MAdMesh) |
| void | classifyMAdMeshBnd (MAd::pMesh MAdMesh) |
| void | unclassifyMAdMeshBnd (MAd::pMesh MAdMesh) |
| void | checkVertex () |
| bool | checkElmConn (int nSharedNde) |
| std::vector< double > | getElmCntCoords (MAd::pMesh msh) |
| void | exportToVTKMesh () |
| vtkSmartPointer< vtkDataSet > | getVTKMesh () |
| void | overwriteSolData (meshBase *mbObj) |
| void | overwriteSolData (const std::string &fname, const std::string &ndeName, int slnIdx, CGNS_ENUMT(DataType_t) dt, void *data) |
| void | writeSampleStructured () |
| void | writeSampleUnstructured () |
| bool | isMultiZone () |
| bool | isCgRindNode (int cgNdeId) |
| bool | isCgRindCell (int cgCellId) |
| void | cleanRind () |
Protected Member Functions | |
| void | populateSolutionDataNames () |
| void | buildVertexKDTree () |
| void | buildElementKDTree () |
| void | loadSolutionDataContainer (int verb=0) |
| virtual void | stitchFields (cgnsAnalyzer *inCg) |
| CGNS_ENUMT (ZoneType_t) zoneType | |
| CGNS_ENUMT (ElementType_t) sectionType | |
| CGNS_ENUMT (MassUnits_t) massU | |
| CGNS_ENUMT (LengthUnits_t) lengthU | |
| CGNS_ENUMT (TimeUnits_t) timeU | |
| CGNS_ENUMT (TemperatureUnits_t) tempU | |
| CGNS_ENUMT (AngleUnits_t) angleU | |
Protected Attributes | |
| std::string | cgFileName |
| std::string | baseName |
| std::string | zoneName |
| std::string | sectionName |
| bool | isUnstructured |
| cgsize_t | rmin [3] |
| cgsize_t | rmax [3] |
| cgsize_t | cgCoreSize [9] |
| int | indexFile |
| int | indexBase |
| int | indexZone |
| int | indexCoord |
| int | indexSection |
| int | cellDim |
| int | physDim |
| int | nBase |
| int | nZone |
| int | nVertex |
| int | nRindNdeStr |
| int | nElem |
| int | nSection |
| int | nVrtxElem |
| std::string | baseItrName |
| std::string | zoneItrName |
| std::string | gridCrdPntr |
| std::string | flowSlnPntr |
| int | nTStep |
| double | timeLabel |
| std::vector< double > | xCrd |
| std::vector< double > | yCrd |
| std::vector< double > | zCrd |
| std::vector< cgsize_t > | elemConn |
| bool | solutionDataPopulated |
| int | nSolution |
| int | nField |
| std::vector< solutionData * > | slnDataCont |
| std::map< std::string, CGNS_ENUMT(GridLocation_t)> | solutionNameLocMap |
| std::map< int, std::pair< int, keyValueList > > | solutionMap |
| std::vector< std::string > | solutionName |
| std::vector< CGNS_ENUMT(GridLocation_t)> | solutionGridLocation |
| std::vector< std::string > | appendedSolutionName |
| std::map< int, int > | MAdToCgnsIds |
| std::map< int, int > | cgnsToMAdIds |
| ANNkd_tree * | kdTree |
| ANNkd_tree * | kdTreeElem |
| ANNpointArray | vrtxCrd |
| ANNpointArray | vrtxIdx |
| double | searchEps |
| std::vector< std::string > | zoneNames |
| std::vector< bool > | vrtDataMask |
| std::vector< bool > | elmDataMask |
| bool | isMltZone |
| std::vector< std::string > | multZoneNames |
| vtkSmartPointer< vtkDataSet > | vtkMesh |
| std::vector< int > | cgRindCellIds |
| std::vector< int > | cgRindNodeIds |
| int | _verb |
| bool | _rindOff |
Inherited by rocstarCgns.
|
inlineexplicit |
|
inlinevirtual |
Definition at line 136 of file cgnsAnalyzer.H.
| void cgnsAnalyzer::appendSolutionData | ( | std::string | sName, |
| std::vector< double > & | slnData, | ||
| solution_type_t | dt, | ||
| int | inNData, | ||
| int | inNDim | ||
| ) |
Definition at line 1097 of file cgnsAnalyzer.C.
References solutionData::appendData(), and solutionData::solutionData().
Referenced by rocstarCgns::stitchFldBc().
| void cgnsAnalyzer::appendSolutionData | ( | std::string | sName, |
| double | slnData, | ||
| solution_type_t | dt, | ||
| int | inNData, | ||
| int | inNDim | ||
| ) |
Definition at line 1110 of file cgnsAnalyzer.C.
References solutionData::appendData(), and solutionData::solutionData().
|
protected |
Definition at line 1406 of file cgnsAnalyzer.C.
|
protected |
| cgnsAnalyzer::CGNS_ENUMT | ( | MassUnits_t | ) |
| cgnsAnalyzer::CGNS_ENUMT | ( | LengthUnits_t | ) |
| cgnsAnalyzer::CGNS_ENUMT | ( | TimeUnits_t | ) |
| cgnsAnalyzer::CGNS_ENUMT | ( | TemperatureUnits_t | ) |
| cgnsAnalyzer::CGNS_ENUMT | ( | AngleUnits_t | ) |
| cgnsAnalyzer::CGNS_ENUMT | ( | ZoneType_t | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| bool cgnsAnalyzer::checkElmConn | ( | int | nSharedNde | ) |
Definition at line 1458 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::checkVertex | ( | ) |
Definition at line 1426 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::classifyMAdMeshBnd | ( | MAd::pMesh | MAdMesh | ) |
Definition at line 1378 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::classifyMAdMeshOpt | ( | MAd::pMesh | MAdMesh | ) |
Definition at line 1349 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::cleanRind | ( | ) |
Definition at line 1747 of file cgnsAnalyzer.C.
References ELEMENTAL, and NODAL.
Referenced by stitchMesh().
| void cgnsAnalyzer::clearAllSolutionData | ( | ) |
Definition at line 868 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc().
|
inlinevirtual |
Reimplemented in rocstarCgns.
Definition at line 153 of file cgnsAnalyzer.H.
References CGNS_ENUMT(), and data.
| bool cgnsAnalyzer::delAppSlnData | ( | std::string | sName | ) |
Definition at line 1125 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc().
| void cgnsAnalyzer::exportToMAdMesh | ( | MAd::pMesh | MAdMesh | ) |
Definition at line 1305 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::exportToVTKMesh | ( | ) |
Definition at line 1164 of file cgnsAnalyzer.C.
References NEM::MSH::New(), and points.
| void cgnsAnalyzer::getAppendedSolutionDataName | ( | std::vector< std::string > & | appSName | ) |
Definition at line 1136 of file cgnsAnalyzer.C.
Referenced by stitchFields().
| std::string cgnsAnalyzer::getBaseItrName | ( | ) |
| std::string cgnsAnalyzer::getBaseName | ( | ) |
Definition at line 423 of file cgnsAnalyzer.C.
| int cgnsAnalyzer::getCellDim | ( | ) |
| std::vector< cgsize_t > cgnsAnalyzer::getElementConnectivity | ( | int | elemId | ) |
Definition at line 525 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchMe(), and stitchMesh().
| int cgnsAnalyzer::getElementType | ( | ) |
Definition at line 451 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::getElementType().
| std::vector< double > cgnsAnalyzer::getElmCntCoords | ( | MAd::pMesh | msh | ) |
Definition at line 1510 of file cgnsAnalyzer.C.
| std::string cgnsAnalyzer::getFileName | ( | ) |
| std::string cgnsAnalyzer::getGridCrdPntr | ( | ) |
| int cgnsAnalyzer::getIndexBase | ( | ) |
Definition at line 417 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::getPaneBcflag(), rocstarCgns::getPaneCnstrType(), rocstarCgns::getPanePatchNo(), rocstarCgns::getZoneCoords(), rocstarCgns::getZoneName(), rocstarCgns::getZoneNCell(), rocstarCgns::getZoneNVrtx(), rocstarCgns::getZoneRealConn(), rocstarCgns::getZoneRealSecType(), and rocstarCgns::stitchFldBc().
| int cgnsAnalyzer::getIndexFile | ( | ) |
Definition at line 415 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::getPaneBcflag(), rocstarCgns::getPaneCnstrType(), rocstarCgns::getPanePatchNo(), rocstarCgns::getZoneCoords(), rocstarCgns::getZoneName(), rocstarCgns::getZoneNCell(), rocstarCgns::getZoneNVrtx(), rocstarCgns::getZoneRealConn(), rocstarCgns::getZoneRealSecType(), and rocstarCgns::stitchFldBc().
| int cgnsAnalyzer::getNCellSolution | ( | ) |
Definition at line 1069 of file cgnsAnalyzer.C.
References ELEMENTAL.
| int cgnsAnalyzer::getNElement | ( | ) |
Definition at line 447 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc(), rocstarCgns::stitchMe(), and stitchMesh().
| int cgnsAnalyzer::getNTStep | ( | ) |
| int cgnsAnalyzer::getNVertex | ( | ) |
Definition at line 445 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchMe(), and stitchMesh().
| int cgnsAnalyzer::getNVertexSolution | ( | ) |
Definition at line 1056 of file cgnsAnalyzer.C.
References NODAL.
| int cgnsAnalyzer::getNVrtxElem | ( | ) |
Definition at line 453 of file cgnsAnalyzer.C.
| int cgnsAnalyzer::getNZone | ( | ) |
| int cgnsAnalyzer::getPhysDim | ( | ) |
Definition at line 449 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchMe(), and stitchMesh().
| void cgnsAnalyzer::getSectionConn | ( | std::string | secName, |
| std::vector< cgsize_t > & | conn, | ||
| int & | nElm | ||
| ) |
Definition at line 595 of file cgnsAnalyzer.C.
References CGNS_ENUMT().
| vtkSmartPointer< vtkDataSet > cgnsAnalyzer::getSectionMesh | ( | std::string | secName | ) |
Definition at line 631 of file cgnsAnalyzer.C.
References CGNS_ENUMT(), NEM::MSH::New(), and points.
| std::string cgnsAnalyzer::getSectionName | ( | ) |
| void cgnsAnalyzer::getSectionNames | ( | std::vector< std::string > & | secNames | ) |
Definition at line 554 of file cgnsAnalyzer.C.
References CGNS_ENUMT().
| solution_type_t cgnsAnalyzer::getSolutionData | ( | std::string | sName, |
| std::vector< double > & | slnData | ||
| ) |
Definition at line 935 of file cgnsAnalyzer.C.
References CGNS_ENUMT(), solutionData::dataType, ELEMENTAL, NODAL, and UNKNOWN.
| void cgnsAnalyzer::getSolutionDataNames | ( | std::vector< std::string > & | list | ) |
Definition at line 918 of file cgnsAnalyzer.C.
Referenced by stitchFields(), and rocstarCgns::stitchFldBc().
| solutionData * cgnsAnalyzer::getSolutionDataObj | ( | std::string | sName | ) |
Definition at line 1032 of file cgnsAnalyzer.C.
References solutionData::appendData(), solutionData::dataType, NODAL, solutionData::slnData, solutionData::solutionData(), and UNKNOWN.
Referenced by stitchFields().
| solution_type_t cgnsAnalyzer::getSolutionDataStitched | ( | std::string | sName, |
| std::vector< double > & | slnData, | ||
| int & | outNData, | ||
| int & | outNDim | ||
| ) |
Definition at line 1082 of file cgnsAnalyzer.C.
References UNKNOWN.
| std::vector< CGNS_ENUMT(GridLocation_t)> cgnsAnalyzer::getSolutionGridLocations | ( | ) |
Definition at line 1149 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc().
| std::map< int, std::pair< int, keyValueList > > cgnsAnalyzer::getSolutionMap | ( | ) |
Definition at line 1154 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc().
| std::map< std::string, CGNS_ENUMT(GridLocation_t)> cgnsAnalyzer::getSolutionNameLocMap | ( | ) |
Definition at line 1160 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc().
| std::vector< std::string > cgnsAnalyzer::getSolutionNodeNames | ( | ) |
| std::string cgnsAnalyzer::getSolutionPntr | ( | ) |
| double cgnsAnalyzer::getTimeStep | ( | ) |
Definition at line 455 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::getTimeStep(), and rocstarCgns::stitchMe().
| std::vector< double > cgnsAnalyzer::getVertexCoords | ( | ) |
Definition at line 482 of file cgnsAnalyzer.C.
| std::vector< double > cgnsAnalyzer::getVertexCoords | ( | int | vrtxId | ) |
Definition at line 492 of file cgnsAnalyzer.C.
| double cgnsAnalyzer::getVrtXCrd | ( | int | vrtxId | ) |
Definition at line 504 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchMe(), and stitchMesh().
| std::vector< double > cgnsAnalyzer::getVrtXCrd | ( | ) |
Definition at line 506 of file cgnsAnalyzer.C.
| double cgnsAnalyzer::getVrtYCrd | ( | int | vrtxId | ) |
Definition at line 508 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchMe(), and stitchMesh().
| std::vector< double > cgnsAnalyzer::getVrtYCrd | ( | ) |
Definition at line 510 of file cgnsAnalyzer.C.
| double cgnsAnalyzer::getVrtZCrd | ( | int | vrtxId | ) |
Definition at line 512 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchMe(), and stitchMesh().
| std::vector< double > cgnsAnalyzer::getVrtZCrd | ( | ) |
Definition at line 514 of file cgnsAnalyzer.C.
| vtkSmartPointer< vtkDataSet > cgnsAnalyzer::getVTKMesh | ( | ) |
Definition at line 473 of file cgnsAnalyzer.C.
| std::string cgnsAnalyzer::getZoneItrName | ( | ) |
| std::string cgnsAnalyzer::getZoneName | ( | ) |
Definition at line 425 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchGroup(), rocstarCgns::stitchMe(), and stitchMesh().
| std::string cgnsAnalyzer::getZoneName | ( | int | nCgFile | ) |
Definition at line 427 of file cgnsAnalyzer.C.
| bool cgnsAnalyzer::isCgRindCell | ( | int | cgCellId | ) |
Definition at line 1738 of file cgnsAnalyzer.C.
| bool cgnsAnalyzer::isCgRindNode | ( | int | cgNdeId | ) |
Definition at line 1729 of file cgnsAnalyzer.C.
| bool cgnsAnalyzer::isMultiZone | ( | ) |
| bool cgnsAnalyzer::isStructured | ( | ) |
|
inline |
Definition at line 147 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::loadCgSeries().
| void cgnsAnalyzer::loadGrid | ( | int | verb = 0 | ) |
Definition at line 104 of file cgnsAnalyzer.C.
|
protected |
Definition at line 1617 of file cgnsAnalyzer.C.
References solutionData::getNData(), and solutionData::getNDim().
Referenced by rocstarCgns::stitchFldBc().
| void cgnsAnalyzer::loadZone | ( | int | zIdx, |
| int | verb = 0 |
||
| ) |
Definition at line 154 of file cgnsAnalyzer.C.
Referenced by rocstarCgns::stitchFldBc(), and rocstarCgns::stitchMe().
| void cgnsAnalyzer::overwriteSolData | ( | meshBase * | mbObj | ) |
Definition at line 1215 of file cgnsAnalyzer.C.
References meshBase::getCellDataArray(), and meshBase::getPointDataArray().
| void cgnsAnalyzer::overwriteSolData | ( | const std::string & | fname, |
| const std::string & | ndeName, | ||
| int | slnIdx, | ||
| CGNS_ENUMT(DataType_t) | dt, | ||
| void * | data | ||
| ) |
Definition at line 1262 of file cgnsAnalyzer.C.
References CGNS_ENUMT(), and data.
|
protected |
Definition at line 884 of file cgnsAnalyzer.C.
References CGNS_ENUMT().
|
protectedvirtual |
Definition at line 1638 of file cgnsAnalyzer.C.
References getAppendedSolutionDataName(), solutionData::getData(), solutionData::getDataName(), solutionData::getDataType(), getSolutionDataNames(), getSolutionDataObj(), solutionData::nData, and NODAL.
Referenced by rocstarCgns::stitchFldBc(), and rocstarCgns::stitchMe().
|
virtual |
Definition at line 1527 of file cgnsAnalyzer.C.
References cleanRind(), getElementConnectivity(), getNElement(), getNVertex(), getPhysDim(), getVrtXCrd(), getVrtYCrd(), getVrtZCrd(), and getZoneName().
| void cgnsAnalyzer::unclassifyMAdMeshBnd | ( | MAd::pMesh | MAdMesh | ) |
Definition at line 1384 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::writeSampleStructured | ( | ) |
Definition at line 707 of file cgnsAnalyzer.C.
| void cgnsAnalyzer::writeSampleUnstructured | ( | ) |
Definition at line 772 of file cgnsAnalyzer.C.
|
protected |
Definition at line 340 of file cgnsAnalyzer.H.
|
protected |
Definition at line 339 of file cgnsAnalyzer.H.
|
protected |
Definition at line 318 of file cgnsAnalyzer.H.
|
protected |
Definition at line 301 of file cgnsAnalyzer.H.
|
protected |
Definition at line 276 of file cgnsAnalyzer.H.
|
protected |
Definition at line 292 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 288 of file cgnsAnalyzer.H.
|
protected |
Definition at line 271 of file cgnsAnalyzer.H.
|
protected |
Definition at line 321 of file cgnsAnalyzer.H.
|
protected |
Definition at line 336 of file cgnsAnalyzer.H.
|
protected |
Definition at line 337 of file cgnsAnalyzer.H.
|
protected |
Definition at line 307 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 331 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 302 of file cgnsAnalyzer.H.
|
protected |
Definition at line 302 of file cgnsAnalyzer.H.
|
protected |
Definition at line 289 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 290 of file cgnsAnalyzer.H.
|
protected |
Definition at line 289 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 291 of file cgnsAnalyzer.H.
|
protected |
Definition at line 290 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 333 of file cgnsAnalyzer.H.
|
protected |
Definition at line 277 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 323 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 324 of file cgnsAnalyzer.H.
|
protected |
Definition at line 320 of file cgnsAnalyzer.H.
|
protected |
Definition at line 334 of file cgnsAnalyzer.H.
|
protected |
Definition at line 293 of file cgnsAnalyzer.H.
|
protected |
Definition at line 297 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 311 of file cgnsAnalyzer.H.
|
protected |
Definition at line 296 of file cgnsAnalyzer.H.
|
protected |
Definition at line 298 of file cgnsAnalyzer.H.
|
protected |
Definition at line 310 of file cgnsAnalyzer.H.
|
protected |
Definition at line 303 of file cgnsAnalyzer.H.
|
protected |
Definition at line 295 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 299 of file cgnsAnalyzer.H.
|
protected |
Definition at line 294 of file cgnsAnalyzer.H.
|
protected |
Definition at line 292 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 287 of file cgnsAnalyzer.H.
|
protected |
Definition at line 287 of file cgnsAnalyzer.H.
|
protected |
Definition at line 327 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 276 of file cgnsAnalyzer.H.
|
protected |
Definition at line 312 of file cgnsAnalyzer.H.
|
protected |
Definition at line 309 of file cgnsAnalyzer.H.
|
protected |
Definition at line 317 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 315 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 316 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 313 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchFldBc().
|
protected |
Definition at line 304 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 330 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 325 of file cgnsAnalyzer.H.
|
protected |
Definition at line 326 of file cgnsAnalyzer.H.
|
protected |
Definition at line 335 of file cgnsAnalyzer.H.
|
protected |
Definition at line 306 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 306 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 306 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().
|
protected |
Definition at line 301 of file cgnsAnalyzer.H.
|
protected |
Definition at line 276 of file cgnsAnalyzer.H.
|
protected |
Definition at line 329 of file cgnsAnalyzer.H.
Referenced by rocstarCgns::stitchMe().