Skip to content
  • Spiros Tsalikis's avatar
    vtkTemporalInterpolatedVelocity: Support LinearTransformation/SameTopology · 636424fb
    Spiros Tsalikis authored
    vtkTemporalInterpolatedVelocity was using vtkCachingInterpolatedVelocityField.
    vtkCachingInterpolatedVelocityField was an old class which can now be replaced by
    vtkCompositeInterpolatedVelocityField. By doing that we can select a find cell strategy.
    
    Also, vtkParticleTracerBase along with vtkTemporalInterpolatedVelocity they support datasets
    that at each time-step they are a linear transformation of the first time-step, or they have the same
    SameTopology.
    636424fb