This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 12, 2024
-
-
Dmitri Naumov authored
The getActiveElements function of a process is used from now on (as it is correctly handling multiple variable deactivations) and with this the process_id and process_variable are no longer needed as arguments.
-
Dmitri Naumov authored
Slightly change the test to see influence of deactivated temperature field on the pressure variable.
-
Dmitri Naumov authored
This fixes the issue that the assembly is not executed when the first process' variable is deactivated.
-
Dmitri Naumov authored
Small fixes See merge request ogs/ogs!5020
-
Christoph Lehmann authored
Improved error handling, mostly for Python BCs/STs See merge request ogs/ogs!5019
-
Christoph Lehmann authored
-
Christoph Lehmann authored
The Simulation instance needs to be alive upon Python exception handling, otherwise e.what() will lead to a segfault. Why? → Because Simulation "owns" the Python interpreter.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
... this should improve the compilation error reporting
-
- Jun 11, 2024
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The original input is not close enough to unity.
-
Dmitri Naumov authored
[web] Updated gcc install instructions See merge request ogs/ogs!5018
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Follow-up on !5011.
-
- Jun 10, 2024
-
-
Dmitri Naumov authored
Further RichardsMechanics refactoring See merge request ogs/ogs!5012
-
Lars Bilke authored
Provide MKL container See merge request ogs/ogs!5011
-
-
... from the local assembler to the interface classe, like in TRM.
-
-
-
-
-
Dmitri Naumov authored
Enable reflected I/O for StrongTypes See merge request ogs/ogs!5004
-
Dmitri Naumov authored
Enable Volumetric and Python source terms on 0D elements (aka Points) See merge request ogs/ogs!5009
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
Computing shape matrices of a d-dimensional Element in less than d dimensions is not meaningful.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
With that change "Volumetric"/"Python" source terms can be applied to nodes, as well. Thereby, the special "Nodal" source term has become obsolete, now.
-
Christoph Lehmann authored
-