Home
last modified time | relevance | path

Searched refs:StepFactorMax (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkLagrangianParticleTracker.h197 vtkSetMacro(StepFactorMax, double);
198 vtkGetMacro(StepFactorMax, double);
381 double StepFactorMax; variable
H A DvtkLagrangianParticleTracker.cxx231 , StepFactorMax(1.5) in vtkLagrangianParticleTracker()
283 os << indent << "StepFactorMax: " << this->StepFactorMax << endl; in PrintSelf()
1015 double stepLengthMax = this->StepFactorMax * cellLength; in Integrate()
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkLagrangianParticleTracker.h205 vtkSetMacro(StepFactorMax, double);
206 vtkGetMacro(StepFactorMax, double);
398 double StepFactorMax; variable
H A DvtkLagrangianParticleTracker.cxx64 this->StepFactorMax = 1.5; in vtkLagrangianParticleTracker()
116 os << indent << "StepFactorMax: " << this->StepFactorMax << endl; in PrintSelf()
1032 double stepLengthMax = this->StepFactorMax * cellLength; in Integrate()