Skip to content

Some fixes to dg1d.jl core

Florian Atteneder requested to merge fa/somefixes into main
  • Adds setup_env(parfile) with which you can now directly construct env, 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.

Merge request reports