My main concern is why does the integrator return 0 instead of OUT_OF_DOMAIN? Because the (current position inside domain + computed velocity * time) is returned - this final result is out of domain as you noticed, but until you pass that new position value back in and ask for the next point, it doesn't check that the value is in/out. It checks that the start point, and all intermediate computed points are inside the domain, but if the final result pops out - then it means that the final step was too big (or the data was a bit rubbish - typically when every Nth time step is saved - the courant condition is no longer satisfied etc etc). does that help? JB Regards |
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
