From a566b159ca35b91e6281e1c330fda40fee2a4f98 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 18 Dec 2020 21:57:35 +0100 Subject: [PATCH] [web] Added missing release notes for 6.3.2 --- web/content/releases/6.3.2.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/content/releases/6.3.2.md b/web/content/releases/6.3.2.md index c7cd8ee6104..e15fd4aafe0 100644 --- a/web/content/releases/6.3.2.md +++ b/web/content/releases/6.3.2.md @@ -35,25 +35,25 @@ The source code license was [slightly modified, PR 2977 on GitHub](https://githu ## Features ### Process' changes -- Reactive transport process: perform chemical calculation on the integration points !3017, !3018, !3019 -- HeatConduction; Add Newton assembly and mass lumping. Results of the mass-lumping are discussed on the benchmarks [web page](https://www.opengeosys.org/docs/benchmarks/heatconduction/heatconduction-neumann/). !3045 +- Reactive transport process: perform chemical calculation on the integration points [!3017](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3017), [!3018](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3018), [!3019](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3019) +- HeatConduction; Add Newton assembly and mass lumping. Results of the mass-lumping are discussed on the benchmarks [web page](https://www.opengeosys.org/docs/benchmarks/heatconduction/heatconduction-neumann/). [!3045](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3045) #### Numerics -- Implementation of primary variable constraint Dirichlet-type boundary condition !3014 -- Add the PETScSNES non-linear solver to possible list of solvers. This is still experimental feature. !3049 +- Implementation of primary variable constraint Dirichlet-type boundary condition [!3014](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3014) +- Add the PETScSNES non-linear solver to possible list of solvers. This is still experimental feature. [!3049](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3049) ### Visualization -- Element visibility in parallel VTU, !3034. +- Element visibility in parallel VTU, [!3034](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3034). ### New tools -- Rename AddTopLayer to AddLayer (tool can also add bottom layer) !3015 +- Rename AddTopLayer to AddLayer (tool can also add bottom layer) [!3015](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3015) ## Infrastructure - Git LFS files were converted to plain git, [issue 2961 on GitHub](https://github.com/ufz/ogs/issues/2961), see [GitLab migration guide](https://www.opengeosys.org/docs/devguide/advanced/gitlab-migration/#disable-git-lfs). - Migrated from Jenkins to [GitLab CI](https://gitlab.opengeosys.org/ogs/ogs/-/pipelines). -- Update MGIS to latest release following tfel version 3.3.0 !3028 +- Update MGIS to latest release following tfel version 3.3.0 [!3028](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3028) ### Version info - tfel-3.3.0 -- GitLab