- Oct 01, 2024
-
-
Dmitri Naumov authored
-
- Sep 24, 2024
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 23, 2024
-
-
- StokesFlow - TES - ThermoMechanicalPhaseField - SmallDeformationNonlocal - TwoPhaseFlowWithPrho
-
Lars Bilke authored
-
- Sep 20, 2024
-
-
- Sep 06, 2024
-
-
Feliks Kiszkurno authored
-
- Sep 04, 2024
-
-
Tom Fischer authored
-
Dmitri Naumov authored
This guarantees floating-point -> text -> floating-point roundtrip. Those places, where the output precision was explicitly set to 15-18 places, were replaced with max_digits10 precision.
-
- Sep 03, 2024
-
-
Chaofan Chen authored
-
- Aug 30, 2024
-
-
Dmitri Naumov authored
-
- Aug 28, 2024
-
-
Lars Bilke authored
-
- Aug 27, 2024
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Aug 22, 2024
-
-
Karsten Rink authored
-
- Aug 21, 2024
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Aug 19, 2024
-
-
Dmitri Naumov authored
Binding to core 0 is default behaviour of mpirun(1): Please note that mpirun automatically binds processes as of the start of the v1.8 series. Three binding patterns are used in the absence of any further directives: Bind to core: when the number of processes is <= 2 Bind to socket: when the number of processes is > 2 Bind to none: when oversubscribed
-
Lars Bilke authored
-
- Aug 16, 2024
-
-
Lars Bilke authored
Removed hard-coded build-time venv.
-
- Aug 15, 2024
-
-
Lars Bilke authored
This can happen if you have the ogs-wheel installed but are running a local ogs binary. In this case use `import OpenGeoSys` or uninstall the wheel.
-
Lars Bilke authored
-
- Aug 14, 2024
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Allows co-existance with ogstools python package in build dir virtual environment. Requires to uninstall ogs wheel in venv and to set the PYTHONPATH (both handled by CMake and .envrc-file used by the direnv-tool).
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
CLI flags without additional value can now be given with e.g.: cli.GMSH2OGS(gmsh2_physical_id=True) # or gmsh2_physical_id=None cli.GMSH2OGS(gmsh2_physical_id=False) # disables the flag.
-
- Aug 13, 2024
-
-
Lars Bilke authored
- pytest is added to requirements-dev.txt - 'pytest' ctest is added [T] Disable pytest on sanitizer build.
-
Lars Bilke authored
-
- Aug 07, 2024
-
-
Lars Bilke authored
Tests have to write to different output files when running concurrently.
-
- Aug 06, 2024
-
-
Tom Fischer authored
- with option --copy-material_ids instead of --set-material-id - without options --copy-material_ids and --set-material-id - failing test where contradicting options are set
-
Tom Fischer authored
-