ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Fix warnings from legacy fortran file dopri5 #194

Closed donnaaboise closed 2 years ago

donnaaboise commented 2 years ago

This routine is the original code behind Matlab's ode45. See [Dormand Prince Method].(https://en.wikipedia.org/wiki/Dormand–Prince_method)

It is used for computing errors for a few select examples.