Hi, I've currently got some programs that run on a dumux-3.0-alpha version (git commit 913003596) and I wonder if there is a roadmap or howto to update the code to the current 3.0 release. What I notice on first observation is that all the properties macros have been replaced by code within the Dumux::Properties::TTag namespace. That I think I can handle, but other files and classes that used to exist have been replaced by others with new templates. For example, the property functionality defined in dumux/discretization/box/properties.hh is now taken care of in dumux/discretization/box.hh with the new property paradigm.
Is there a guide or roadmap or howto documentation that points outs what has been removed and with what it has been replaced? This would make migration less complicated. Best regards Edscott _______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
