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
Introduced a general scheme for documenting OGS6 input file settings. #978
Add piecewise linear curves parser to the project files. The curves are
specified by two vectors, the coordinates and values. They can be used for
example to map temporal dependencies (time-dependent boundary conditions) or
as approximations of coefficient dependencies (e.g. pressure-saturation
curves). #1149
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.
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
Added copy constructor for the class Surface, minor improvements in GeoLib. #1237
Added classes GeoLib::LineSegment and GeoLib::Polyline::SegmentIterator. #1139
GMSHInterface can handle stations as constraints. #1212
Added functionality to duplicate geometric data. #1229
Station names can be modified in Data Explorer #1273
Infrastructure
Fix circular dependencies on library level. This allows for dynamic linking
which is faster than static and can be used in debug builds, where the
compilation time is more important than the runtime.