[Paraview] RungeKutta4 implementation issue

Fred Fred stan1313 at hotmail.fr
Sun Aug 16 18:03:26 EDT 2009


How is it possible???

  double *bds = reader->GetOutput()->GetBounds();
  printf("%lf %lf %lf %lf\n", bds[0], bds[1], bds[2], bds[3]);

-> 0.000000 69.000000 0.000000 69.000000

  printf("point1[0]=%f point1[1]=%f point1[2]=%f\n", point1[0], point1[1], point1[2]);

-> point1[0]=58.196274 point1[1]=68.862898 point1[2]=0.000000

  if (integrator->ComputeNextStep(point1, point2, 0, delT.Interval, stepTaken, minStep, maxStep, this->MaximumError, error) != 0)
    break;
  printf("point2[0]=%f point2[1]=%f point2[2]=%f\n", point2[0], point2[1], point2[2]);

-> point2[0]=59.002164 point2[1]=69.454414 point2[2]=0.000000

PS: This message should probably be sent to the VTK mailing list but it seems that it is no longer so active...


_________________________________________________________________
Découvrez toutes les possibilités de communication avec vos proches
http://www.microsoft.com/windows/windowslive/default.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090817/e6adef18/attachment.htm>


More information about the ParaView mailing list