Update release_notes authored by Rémy Mozul's avatar Rémy Mozul
...@@ -20,19 +20,21 @@ This is not release notes 'stricto sensu'. ...@@ -20,19 +20,21 @@ This is not release notes 'stricto sensu'.
API update: API update:
* Default value of `addRegistersToDisplay` is now `True` * Default value of `addRegistersToDisplay` is now `True`
* Some optional VTK files writing move from Fortran core to Python: * Using `record<0` in `io_hdf5_read` will automatically read last available record
* `lib_vtkio` is removed from the core and the installed third party libraries * `lib_vtkio` is removed from the core and the installed third party libraries
* `f2f` files are written by adding `write_f2f=True` in `OpenDisplayFiles` * Some optional VTK files writing move from Fortran core to Python:
* central kernel files are written by adding `write_ck=True` in `OpenDisplayFiles` * Change `inter` optional keyword to `ptc` to add field to `WriteDisplayFiles` for interactions
* The argument `write_ck` of the `OpenDisplayFiles` no longer exists and is include in `write_f2f` with integer value:
* 0: do not write any related block
* 1: write only the `Face2Face` and `PressureCenter` blocks
* 2: add the `CentralKernel` block to the previous ones
* 3: add the `CompressionStress` block to the previous ones
* Gauss point files are written by: * Gauss point files are written by:
* activating by listing the fields to display in `OpenDisplayFiles` with `mecagp_field` and/or `thergp_field` * activating by listing the fields to display in `OpenDisplayFiles` with `mecagp_field` and/or `thergp_field`
* explicitely asked by setting `write_gp=True` in `WriteDisplayFiles` * explicitely asked by setting `write_gp=True` in `WriteDisplayFiles`
* Change `inter` optional keyword to `ptc` to add field to `WriteDisplayFiles` for interactions
* Using `record<0` in `io_hdf5_read` will automatically read last available record
* Remove support of VTK 6 * Remove support of VTK 6
* Cmake minimum version is now 3.16 * Cmake minimum version is now 3.16
Fix: Fix:
* Internal gap computation in `elastic_repell_clb_g0` and `iqs_expo_czm_spring` contact law * Internal gap computation in `elastic_repell_clb_g0` and `iqs_expo_czm_spring` contact law
...@@ -91,17 +93,12 @@ New: ...@@ -91,17 +93,12 @@ New:
* Now a single paraview file is generated for each time step * Now a single paraview file is generated for each time step
* This file use the `MultiBlock` logic * This file use the `MultiBlock` logic
* The content is almost the same a the union of former files * The content is almost the same a the union of former files
* Exception is the `f2f` file content which is split in two blocks: * Exception is the `f2f` file content which is split in three blocks:
* `Face2Face` component with the outline of the contact structure * `Face2Face` component with the outline of the contact structure
* `PressureCenter` component with only the point to draw pressure line * `PressureCenter` component with only the point to draw pressure line
* `ContactPointContour` block appears * `ContactPointContour` block appears
* fields `icdbdy`, `ianbdy`, `icdtac`, `iantac` were added to these blocks * fields `icdbdy`, `ianbdy`, `icdtac`, `iantac` were added to these blocks
* And the `ck` block content now hold only the geometrical part of the central kernel * The `CentralKernel` block (if generated) content now hold only the geometrical part of the central kernel
* The argument `write_ck` of the `OpenDisplayFiles` is replaced by `write_f2f` with integer value:
* 0: do not write any related block
* 1: write only the `Face2Face` and `PressureCenter` blocks
* 2: add the `CentralKernel` block to the previous ones
* 3: add the `CompressionStress` block to the previous ones
* Add `Shape` field with contactor id parameter in vtk `tactor` block * Add `Shape` field with contactor id parameter in vtk `tactor` block
* All paraview macros were updated and improved * All paraview macros were updated and improved
* Add support of ubuntu 24 * Add support of ubuntu 24
... ...
......