commit 03ce697e805116e70374eedb99583b19e10c4f0a parent c2a6440996030409417f1fa680b299faa3ca951e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 20 Nov 2020 12:28:10 +0100 Merge branch 'release_0.11' into develop Diffstat:
| M | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -111,6 +111,19 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.11 + +- Add support of unsteady green evaluation. The resulting green function can + then be used to quickly evaluate the system at the same time bit with + different limit and initial conditions, volumetric powers and imposed fluxes. +- Add checks on green re-evaluation to ensure that the system remains unchanged + regarding its scale factor and its reference temperature. +- Remove the ambient radiative temperature, the reference temperature and the + geometry scale factor from the list of arguments submitted to the solve + functions. They become scene arguments defined on scene creation. +- Update the `sdis_scene_[2d_]create` function profile: its data are now + grouped into a variable of type `struct sdis_scene_create_args`. + ### Version 0.10.1 - In green function estimation, the time sent to the user callbacks is no more