Jonathan Thurgood
Jonathan Thurgood
Some weird debugging condition on the output has crept into the main source, clean it up ```Fortran !DEBUG if (step >= 1211) then print *, '*** max divu before cleaning',maxval(abs(divu)*dt)...
Problem with website that is meant to generate the html?
IO currently outputs simple .dat files and immediately calls a python script to plot them. This can lead to many calls to python (once for each dump). The python plotting...
Architecture for pre-defined test problems has become a bit unwieldy. Would like to within the main code essentially have user control / initial conditions, but a **one line override** that...