Home
last modified time | relevance | path

Searched refs:physicalStep (Results 1 – 13 of 13) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vpic/vtkvpic/
H A DVPICView.cxx89 this->physicalStep[dim] = dsPhysicalStep[dim]; in initialize()
92 this->physicalSize[dim] = gridCount * this->physicalStep[dim]; in initialize()
373 this->physicalStep[dim] = this->physicalSize[dim] / in calculateGridExtents()
540 step[dim] = this->physicalStep[dim]; in getStep()
546 step[dim] = (double) this->physicalStep[dim]; in getStep()
554 (this->gridSize[dim] * this->physicalStep[dim]); in getPhysicalExtent()
563 (this->gridSize[dim] * this->physicalStep[dim])); in getPhysicalExtent()
H A DVPICGlobal.cxx127 line >> this->physicalStep[0]; in readGlobal()
129 line >> this->physicalStep[1]; in readGlobal()
131 line >> this->physicalStep[2]; in readGlobal()
603 << this->physicalStep[0] << "," in PrintSelf()
604 << this->physicalStep[1] << "," in PrintSelf()
605 << this->physicalStep[2] << "]" << endl; in PrintSelf()
H A DVPICGlobal.h73 float* getPhysicalStep() { return this->physicalStep; } in getPhysicalStep()
96 float physicalStep[DIMENSION]; variable
H A DVPICView.h97 float physicalStep[DIMENSION]; // Physical step variable
/dports/math/vtk6/VTK-6.2.0/ThirdParty/VPIC/
H A DVPICView.cxx85 this->physicalStep[dim] = dsPhysicalStep[dim]; in initialize()
88 this->physicalSize[dim] = gridCount * this->physicalStep[dim]; in initialize()
369 this->physicalStep[dim] = this->physicalSize[dim] / in calculateGridExtents()
536 step[dim] = this->physicalStep[dim]; in getStep()
542 step[dim] = (double) this->physicalStep[dim]; in getStep()
550 (this->gridSize[dim] * this->physicalStep[dim]); in getPhysicalExtent()
559 (this->gridSize[dim] * this->physicalStep[dim])); in getPhysicalExtent()
H A DVPICGlobal.cxx127 line >> this->physicalStep[0]; in readGlobal()
129 line >> this->physicalStep[1]; in readGlobal()
131 line >> this->physicalStep[2]; in readGlobal()
603 << this->physicalStep[0] << "," in PrintSelf()
604 << this->physicalStep[1] << "," in PrintSelf()
605 << this->physicalStep[2] << "]" << endl; in PrintSelf()
H A DVPICGlobal.h73 float* getPhysicalStep() { return this->physicalStep; } in getPhysicalStep()
96 float physicalStep[DIMENSION]; variable
H A DVPICView.h97 float physicalStep[DIMENSION]; // Physical step variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/VPIC/
H A DVPICView.cxx89 this->physicalStep[dim] = dsPhysicalStep[dim]; in initialize()
92 this->physicalSize[dim] = gridCount * this->physicalStep[dim]; in initialize()
373 this->physicalStep[dim] = this->physicalSize[dim] / in calculateGridExtents()
540 step[dim] = this->physicalStep[dim]; in getStep()
546 step[dim] = (double) this->physicalStep[dim]; in getStep()
554 (this->gridSize[dim] * this->physicalStep[dim]); in getPhysicalExtent()
563 (this->gridSize[dim] * this->physicalStep[dim])); in getPhysicalExtent()
H A DVPICGlobal.cxx127 line >> this->physicalStep[0]; in readGlobal()
129 line >> this->physicalStep[1]; in readGlobal()
131 line >> this->physicalStep[2]; in readGlobal()
603 << this->physicalStep[0] << "," in PrintSelf()
604 << this->physicalStep[1] << "," in PrintSelf()
605 << this->physicalStep[2] << "]" << endl; in PrintSelf()
H A DVPICGlobal.h73 float* getPhysicalStep() { return this->physicalStep; } in getPhysicalStep()
96 float physicalStep[DIMENSION]; variable
H A DVPICView.h97 float physicalStep[DIMENSION]; // Physical step variable
/dports/graphics/nplot/nplot-9a92e78/src/
H A DLinearAxis.cs515 float physicalStep = (float) ((tickStep/range)*physicalLength); in DetermineLargeTickStep()
517 while (physicalStep > physicalLength/2) in DetermineLargeTickStep()
529 physicalStep = (float) ((tickStep/range)*physicalLength); in DetermineLargeTickStep()