Some fixes to dg1d.jl core
- Adds
setup_env(parfile)with which you can now directly constructenv, project, bdryconds, prmsfrom a parfile. These objects are the basic ingredients for an evolution. - Fixes overspecialization in caching code.
- Fixes a bug where showing
CallbackTriggercaused an error.