- 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
-
Tom Fischer authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Aug 05, 2024
-
-
Lars Bilke authored
Should fix pytest issue.
-
- Jul 21, 2024
-
-
Dmitri Naumov authored
Remove unused boost/... headers.
-
- Jul 15, 2024
-
-
Christoph Lehmann authored
This tool parses vtkfdiff output from OGS log files and outputs a summary of error norms in a format that can be copy-pasted into the <test_definition> section of the prj file.
-
- Jul 05, 2024
-
-
Dmitri Naumov authored
-
- Jun 12, 2024
-
-
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
-