Recent content by Hansi87

  1. H

    Options when using the ode23/45 solver

    I'm aware that my first post was slightly unclear and it was not easy to understand what I meant. I want to set an event so that when the ray I shoot reaches the surface Z = 0 the ODE function stops. I also want to implement the event so that it stops if the ray travels outside the grid in the...
  2. H

    Options when using the ode23/45 solver

    hi I'm making a script for calculating ray paths in the subsurface using kinematic ray tracing. To my disposition I have a velocity model given on a 2D grid. I'm having troubles understanding how to use Options in order to specify the borders for when the ode23 function is supposed to...