You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!5221 Reuse Jacobian once every n steps to accelerate non-linear solution.
!5187 Multithreading for CG solver can be enabled by setting matrix type (LowerUpper).
!5236 Time dependent deactivation in a domain bounded by a circle or a sphere.
!5237 Analytic block in the numerical Jacobian for CentralDifferences.
!5256 Improvements in ForwardDifferencesJacobian: eliminates one redundant local assembly and leverages the pre-computed analytical Jacobian block.
!5318 Multipliers of IterationBasedTimestepping can be linearly interpolated with <multiplier_interpolation_type>PiecewiseLinear</multiplier_interpolation_type>
!5262 Initial implementation of PETSc version of flux corrected transport - at the moment only for one MPI process
!4926 Introduce an iteration number based reduction of Newton-damping.
Tools
!5224 Remove tetgen dependency. We do not bundle tetgen anymore. Please install it with your package manager or Conda.
!5276 A tool mergeMeshToBulkMesh merges one mesh into a bulk mesh, which can be used in simulations of excavation, backfilling, and successive geo-engineering operations.
!5222 Bump ogstools (used in benchmarks on the website) to 0.6.0.
!5238 New module ogs.mpl for MPL properties. Basic structure and for now only Constant and Linear properties bound, but more are coming.
!5304 PyVista 0.45, removes vtk-osmesa dependency and xvfb-run hacks
Testing
!5204 Adds a performance test verifying the functionality of !5194 in our CI. This MR can serve as a blueprint for other similar (performance) tests in the future. The MR contains a documentation section in the dev guide, too.
Logging
!5295 Introduces the command line option (--log-parallel). New default behaviour under MPI: Only rank 0 writes. With option: legacy behaviour.
!5295 Overhaul of log outputs. New log lines, more systematic, less redundancy.
!5295 Signal handling introduced: Terminate and interrupt signals are logged
Infrastructure
!5323 [web] Multi-site search on opengeosys.org, Doxygen and ogstools.
Material Property Library (MPL)
!5254 Add residual saturation in sigmoid function.
!5246 Add possibility to use time and spatial position in Curve, Linear, Exponential and Function property.
!5317 Add the possibility to use curves in Function property.
Bug fixes
!5227 Avoid dead-lock in MPI when AssemblyException is thrown.