Update release_notes authored by Rémy Mozul's avatar Rémy Mozul
...@@ -25,6 +25,59 @@ This is not release notes 'stricto sensu'. ...@@ -25,6 +25,59 @@ This is not release notes 'stricto sensu'.
* Read material file directly from matlib * Read material file directly from matlib
* Use `density` as a field for `mecaMAILx` with matlib * Use `density` as a field for `mecaMAILx` with matlib
* Specify field dependency to a parameter with a file * Specify field dependency to a parameter with a file
* Add management of cluster of `CYLND`
* Quasi-static integrator for `mecaMAILx`
* Mass scaling of `mecaMAILx`
* Use force instead of pressure within `nlgs_3D` solver for `CSASp` and `CSPRx`
* Add a function to compute a PDF of pressure
* Management of initial gaps or overlaps for `EXPO_CZM` laws
* Possible flush of postpro files during computation
* A post.py script to manage POSTPRO files
* `RecupRlocByPosition` for `CSPRx` contacts
* Add internal variables values to display files
* Max internal in contacts now default to 8 (instead of 6 before)
* Add access to wood orthotropic frame from `user` module
* Add possibility to only compute internal forces in `mecaMAILx`
* First version of SP/PR detection
* HDF5 now store a version number to handle evolution of format
* Access to a structured numpy array of all `this` interactions
* `inter_handler_xD_GetAll` now includes the `rloc` values (not displayed in paraview yet)
* Interaction type `T_inter` now use subcontactor id (`cdsci` and `ansci`) field instead of `icdver`, `ianal`, etc
Fixes:
* Fix VlocRloc ascii file output for some contacts where `lantac` was missing
* Remove unused `lantac` parameter from some VlocRloc ascii files
* Fix COORDINATION_NUMBER postpro file
* Fix trim in discrete geometry and add extension management
* Tidy Newton-Raphson routines management in TimeEvolution/overall module
* Fix cohesion status management in common plane detection
* Fix bugs for `EXPO_CZM_SPRING` laws
* Area of contact computation when using `TriangleIntersections` detection of `PRPRx`
* Fix `DKPLx` contact detection
* Fix `CSASp` contact detection
* Fix in `BODY TRACKING` to really track `RBDY3` and not its first contactor
* Fix installation path when changing of `VENV_PATH` with cmake
* Use CL/AL and CS/AS mesh id instead of global id in .vtu files
Added functions to `chipy`:
* `CSASp_AddReac`, `CSPRx_AddReac`
* `CSASp_AssumeOldFiles`
* `nlgs_3D_CutOpenCZM`
* `nlgs_3D_ManageInterpenetratedCZM`
* `CSxxx_GetAll`
* `mecaMAILx_GetInternalVariables`
* `mecaMAILx_ComputePDFPressure`
* `mecaMAILx_MassScaling`
* `postpro_FlushDuringComputation`, `postpro_3D_FlushDuringComputation`
* `RBDY3_GetDofStatus`
* `Integrator_InitQS`
* `user_getWoodFrame`
* `mecaMAILx_ ComputeFint`
* `inter_handler_xD_getNbRecup` was added (and corresponding getter in detection module removed)
* `inter_handler_xD_tgetIData`
Changes in API:
* in `pre.rigidCylinder` `h` parameter is now the half height of cylinder
## <a name=2021> version 2021 ## ## <a name=2021> version 2021 ##
... ...
......