From 2dd993252a2405bf92bd62b1acaa6860488541ef Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Wed, 8 Jun 2016 22:10:03 +0000 Subject: [PATCH] Changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34314d5cf46..dc6170564c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,16 @@ - Extend the LocalAssemblerInterface by adding default implementations of pre/postTimestep and assembleJacobian functions. The current time and time step size are passed in the preTimestep call to the particular processes. #1214 + - Add support multi-variable/multi-component in the DOF table interface and + extend the initial conditions to multi-components. #1224 - Major rework of the general process interface. That also affects the interface of concrete processes and local assemblers. - - Added extrapolation functionality from integration points to mesh nodes via least squares optimization. #1145 - Added functionality for the output of secondary variables. #1171 - Added material properties for zeolite adsorption and Calcium oxide/hydroxide reactions. #1178 - Transferred the TES process, a monolithically coupled THC model for simulating thermochemical energy storag devices, from OGS5. #1181 - - Introduced central place to put physical constants. #1228 - Introduced a general scheme for documenting OGS6 input file settings. #978 - Added copy constructor for the class Surface, minor improvements in GeoLib. #1237 - Added classes GeoLib::LineSegment and GeoLib::Polyline::SegmentIterator. #1139 -- GitLab