Fortran

Guide To Learn

Modern Fortran

Predicting the movement of the object

We initialized the values of water height and are ready to get to the core of our simulation–iterating forward in time and calculating the solution at each time step. This consists of two steps: The following listing provides the core of the solver. Listing 2.12 Iterating the solution forward in time ❶ Iterates over num_time_steps time […]

Scroll to top