Home
last modified time | relevance | path

Searched refs:LastCommonTimeStep (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/IO/ParallelExodus/
H A DvtkPExodusIIReader.h166 int LastCommonTimeStep; variable
H A DvtkPExodusIIReader.cxx163 this->LastCommonTimeStep = -1; in vtkPExodusIIReader()
341 if ( (this->LastCommonTimeStep >= 0) && !this->GetHasModeShapes() ) in RequestInformation()
345 numTimes = this->LastCommonTimeStep + 1 < numTimes ? this->LastCommonTimeStep + 1 : numTimes; in RequestInformation()
1030 this->LastCommonTimeStep = lastTimeStep; in UpdateTimeInformation()
/dports/math/vtk8/VTK-8.2.0/IO/ParallelExodus/
H A DvtkPExodusIIReader.h180 int LastCommonTimeStep; variable
H A DvtkPExodusIIReader.cxx162 this->LastCommonTimeStep = -1; in vtkPExodusIIReader()
353 if ( (this->LastCommonTimeStep >= 0) && !this->GetHasModeShapes() ) in RequestInformation()
357 numTimes = this->LastCommonTimeStep + 1 < numTimes ? this->LastCommonTimeStep + 1 : numTimes; in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/IO/ParallelExodus/
H A DvtkPExodusIIReader.h180 int LastCommonTimeStep; variable
H A DvtkPExodusIIReader.cxx132 this->LastCommonTimeStep = -1; in vtkPExodusIIReader()
301 if ((this->LastCommonTimeStep >= 0) && !this->GetHasModeShapes()) in RequestInformation()
305 numTimes = this->LastCommonTimeStep + 1 < numTimes ? this->LastCommonTimeStep + 1 : numTimes; in RequestInformation()