From 3e60e53cc18a0e6d9815fd7378979b3c2eceed9c Mon Sep 17 00:00:00 2001 From: Jan-Timo Hesse Date: Tue, 8 Oct 2024 16:48:58 +0200 Subject: [PATCH] edit changelog --- CHANGELOG.md | 18 +++++++++++++++++- docs/src/lib/models_functions.md | 12 +++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95809856..1cf47380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,23 @@ SPDX-License-Identifier: BSD-3-Clause All notable changes to this project will be documented in this file. +## [1.2.4] - 2024-10-08 + +### Added + +- Include lambda rotation in Thermal flow #134 +- Int support for solver params + +### Fixed + +- Many performance improvements +- Fix high abaqus mesh memory usage +- Fix OutOfMemory MPI Error + +### Changed + +- Removed view from get_field method and streamlined it + ## [1.2.3] - 2024-09-13 ### Added @@ -159,7 +176,6 @@ All notable changes to this project will be documented in this file. - MPI Issue - Logging - ## [1.0.7] - 2024-03-12 ### Added diff --git a/docs/src/lib/models_functions.md b/docs/src/lib/models_functions.md index fc81a1b5..bf070bb9 100644 --- a/docs/src/lib/models_functions.md +++ b/docs/src/lib/models_functions.md @@ -1,6 +1,7 @@ # Models - Functions ## Index + ```@index Pages = ["models_functions.md"] ``` @@ -8,7 +9,9 @@ Pages = ["models_functions.md"] ```@meta CurrentModule = PeriLab.Solver.Model_Factory ``` + ## Models + ```@docs compute_models get_block_model_definition @@ -20,7 +23,9 @@ set_heat_capacity ```@meta CurrentModule = PeriLab.Solver.Model_Factory.Additive ``` + ## Additive + ```@docs Set_modules.Additive_template.additive_name Set_modules.Additive_template.compute_model @@ -29,7 +34,9 @@ Set_modules.Additive_template.compute_model ```@meta CurrentModule = PeriLab.Solver.Model_Factory.Damage ``` + ## Damage + ```@docs Set_modules.Damage_template.damage_name Set_modules.Damage_template.compute_model @@ -43,7 +50,9 @@ Set_modules.Critical_Energy_Model.get_quad_horizon ```@meta CurrentModule = PeriLab.Solver.Model_Factory.Material ``` + ## Material + ```@docs Set_modules.Material_template.init_model Set_modules.Material_template.material_name @@ -77,11 +86,12 @@ Set_modules.Correspondence.Global_zero_energy_control.rotate_fourth_order_tensor ```@meta CurrentModule = PeriLab.Solver.Model_Factory.Thermal ``` + ## Thermal + ```@docs Set_modules.Thermal_template.thermal_model_name Set_modules.Thermal_template.compute_model -distribute_heat_flows Thermal.Set_modules.Heat_transfer.calculate_specific_volume Thermal.Set_modules.Thermal_expansion.thermal_deformation Thermal.Set_modules.Thermal_Flow.compute_heat_flow_state_correspondence