star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit 1b9751ee10efb03ac6aa79f17b49881b75fdf0cd
parent eeee0757066b562c3ae09519c5a5a86fe1e63c15
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  4 Jan 2023 14:10:44 +0100

Write the 0.1 release note

Diffstat:
MREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -27,6 +27,18 @@ resulting project can be edited, built, tested and installed as any CMake project. Refer to the [CMake](https://cmake.org/documentation) for further informations on CMake. +## Release notes + +### Version 0.1 + +- Add the `suvm_mesh_desc_compute_hash` function which uses sha256 encryption + to calculate a digest from the mesh data. +- Add the `suvm_get_mesh_desc` function that returns the mesh data, i.e. the + list of node positions and the list of cell indexes. +- Replace the obsolete Star-Tetrahedra dependency with Star-Mesh. +- Work around a numerical inaccuracy of barycentric coordinates. +- Fix warnings detected by gcc 11. + ## License Copyright (C) 2020-2023 [|Méso|Star>](https://www.meso-star.com)