| Platform | Name | Additional Functions | |
|---|---|---|---|
| All | OpenGeoSys + Utilities (PyPI release) Note: Recommended install method for users on all platforms. |
Python bindings | PyPI release page |
| DataExplorer + Utilities | Python bindings | Download | |
| OpenGeoSys + Utilities | Python bindings | Download | |
| ogs-6.5.7-serial.squashfs (Singularity container) | Python bindings | Download | |
| ogs-6.5.7-petsc.squashfs (Singularity container) | Python bindings | Download | |
| ogs-6.5.7-serial-mkl.squashfs (Singularity container) | Python bindings | Download | |
| ogs-6.5.7-petsc-mkl.squashfs (Singularity container) | Python bindings | Download | |
| All | Benchmark input files Note: Large download! You can also browse and download individual subdirectories for 6.5.7 |
Download |
!5158 Unify various assembly optimizations/features.
!5443 Fixed the compilation error when LIS is enabled.
!5449 Restricting numerical Jacobian perturbations to primary variable-wise.
!5512 Minor efficiency improvement: avoid redundant radius computations.
!5521 Restrict Jacobian perturbations & update project file.
relative_epsilons and component_magnitudes are now disabled. If they are present in the project file, a fatal error will be issued.epsilons has been introduced for perturbations. The number of specified epsilons must equal the number of non-deformation variable components of the process, e.g. 3 for $p_G$, $p_C$ and $T$ of TH2M.!5526 TH2M small performance optimizations.
OgsTest()-macro now creates unique output directories for each test to prevent race conditions.