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