459 Commits

Author SHA1 Message Date
Max Lübke
21c606f5b5 docs(license): add SPDX identifier to source files 2025-10-24 09:41:25 +02:00
Max Lübke
c8bedaac28 refactor(diffusion): integrate tug::Diffusion solver 2025-10-24 09:41:03 +02:00
Max Lübke
5f2b0cc942 build(deps): update cli11 to v2.5.0 2025-10-24 09:38:26 +02:00
Max Lübke
0d307c790f build(deps): update minimum CMake to 3.20 and tug submodule 2025-10-24 09:38:05 +02:00
Max Lübke
fb1f053055 Merge branch 'ml/mirror-to-github' into 'main'
ci(github): add job to push to GitHub remote

See merge request naaice/poet!56
2025-10-15 09:58:35 +02:00
Max Lübke
86a683f07c ci(github): add job to push to GitHub remote 2025-10-15 09:57:05 +02:00
Max Lübke
490a28903b Merge branch 'chore' into 'main'
chore: update iphreeqc submodule

See merge request naaice/poet!54
2025-09-23 12:21:14 +02:00
Max Lübke
0317ddbf8f chore: update iphreeqc submodule 2025-09-23 12:19:45 +02:00
Max Lübke
92d6044e97 Merge branch 'ml/add-build-type-to-readme' into 'main'
Add CMake Build Type to Readme

See merge request naaice/poet!53
2025-05-20 14:29:00 +02:00
Max Lübke
77ccd11220 Add CMake Build Type to Readme 2025-05-20 14:28:45 +02:00
Marco De Lucia
ccd54aaa09 Merge branch '17-new-barite-benchmarks-for-fgcs-journal' into 'main'
Resolve "New barite benchmarks for FGCS journal"

Closes #17

See merge request naaice/poet!44
2025-05-19 12:50:30 +02:00
Max Lübke
66d908b548 fix: Correct boolean conversion in DHT hook call 2025-03-12 10:35:23 +01:00
Hannes Martin Signer
a4bf2a13f9 Merge branch 'ml/add-tug-solver-option' into 'main'
Add option to toggle tug numerical solver approach

See merge request naaice/poet!50
2025-01-29 16:17:52 +01:00
Max Luebke
85e93955bc Add option to toggle tug numerical solver approach 2025-01-29 15:53:32 +01:00
Max Lübke
5a7779e8de refactor: clean up CMakeLists.txt by removing unnecessary target_sources indentation 2025-01-09 12:18:13 +01:00
Max Lübke
bcab85c331 feat: add index tracking and flushing functionality to DHT 2025-01-09 12:18:05 +01:00
Max Lübke
dffbec674c Merge branch '17-new-barite-benchmarks-for-fgcs-journal' of git.gfz-potsdam.de:naaice/poet into 17-new-barite-benchmarks-for-fgcs-journal 2024-12-20 10:12:51 +01:00
Max Lübke
2df3f9f34a [wip] add input validation for work_package in DHT_Wrapper and InterpolationModule 2024-12-20 10:12:19 +01:00
Max Lübke
cefea926cf fix: update grid dimensions and refine species definitions in barite_fgcs_2.R 2024-12-20 10:08:07 +01:00
Marco De Lucia
b93cdeed83 Fancier benchmark for fgcs paper 2024-12-20 10:08:07 +01:00
Max Lübke
8b7e3e983e Merge branch 'hotfix-qs-option' into 'main'
fix: remove duplicate flag for saving output as .qs file in parseInitValues

See merge request naaice/poet!49
2024-12-20 10:07:21 +01:00
Max Lübke
a14095622f fix: remove duplicate flag for saving output as .qs file in parseInitValues 2024-12-20 10:05:49 +01:00
Marco De Lucia
554d501ed0 Fancier benchmark for fgcs paper 2024-12-20 09:24:19 +01:00
Max Lübke
ab01dbc0a7 Merge branch 'ml/fix-interpolation' into 'main'
Fix Interpolation and add optional features to POET benchmark description

See merge request naaice/poet!48
2024-12-20 09:23:44 +01:00
Max Lübke
eb384b48c0 Merge branch 'main' into 'ml/fix-interpolation'
# Conflicts:
#   src/initializer.cpp
#   src/poet.cpp
#   src/poet.hpp.in
2024-12-20 09:22:55 +01:00
Max Lübke
e34c2ef464 fix: initialize default values for RuntimeParameters in poet.hpp.in 2024-12-20 09:21:18 +01:00
Max Lübke
d5a70a20bb fix: update dht_species values for barite and celestite in benchmark scripts 2024-12-20 09:21:18 +01:00
Max Lübke
a718c3efaf Revert "feat: make output of H(0) and O(0) optional"
This reverts commit bdb5ce944fd001cb36c8369d8c792f2f4a54c7be.
2024-12-20 09:21:18 +01:00
Max Lübke
5664153cf9 fix: handle zero distance case in inverseDistanceWeighting to prevent division by zero 2024-12-20 09:21:18 +01:00
Max Lübke
6ab404eefd feat: add with_h0_o0 and with_redox parameters to ChemistryModule and related classes 2024-12-20 09:21:18 +01:00
Max Luebke
e5588a2ee9 feat: add support for redox in PhreeqcMatrix initialization 2024-12-20 09:21:18 +01:00
Max Lübke
6fb226887e feat: enhance LookupKey with const isnan method and comparison operator 2024-12-20 09:21:18 +01:00
Max Lübke
521937a527 refactor: streamline WorkPackage constructor and improve DHT_Wrapper::fillDHT logic 2024-12-20 09:21:17 +01:00
Max Luebke
d661da13bd feat: add dht_snaps and dht_out_dir parameters to ChemistryModule and main function 2024-12-20 09:21:17 +01:00
Max Luebke
06728bc28b fix: initialize includeH0O0 to false in command line options 2024-12-20 09:21:17 +01:00
Max Luebke
c5b0ae201c feat: make output of H(0) and O(0) optional 2024-12-20 09:21:17 +01:00
Max Lübke
ac96f24a33 feat: add has_het_ids parameter to DHT initialization and related functions 2024-12-20 09:21:17 +01:00
Max Lübke
9b9fd898b7 fix: use const reference for to_calc in InterpolationModule to improve performance 2024-12-20 09:21:17 +01:00
Max Lübke
536ebdd351 fix: remove double initialization of dht_enabled in ChemistryModule 2024-12-20 09:21:17 +01:00
Max Lübke
f6b4ce017a feat: implement caching for interpolation calculations and add NaN handling 2024-12-20 09:21:16 +01:00
Max Luebke
43d2a846c7 [wip] fix: add base_totals to SurrogateSetup 2024-12-20 09:21:16 +01:00
Marco De Lucia
dd9cc5e59f reverting <format> since gcc < 13 does not support it 2024-12-20 09:21:16 +01:00
Marco De Lucia
2e3de84a90 Update references to .qs2 in README 2024-12-20 09:21:16 +01:00
Marco De Lucia
3b47b8ac1f Update README: qs2 as default output format, gfz.de everywhere 2024-12-20 09:21:16 +01:00
Marco De Lucia
0437670e05 Less and more informative stdout messages 2024-12-20 09:21:16 +01:00
Marco De Lucia
9f89edd492 Added qs2 as new default format 2024-12-20 09:21:15 +01:00
Max Lübke
347b60c3f3 Merge branch 'ml/gitlab-ci' into 'main'
Refactor CI pipeline by removing the build stage and adjusting test job dependencies

See merge request naaice/poet!47
2024-12-20 09:06:18 +01:00
Max Lübke
c36fe346b3 Refactor CI pipeline by removing the build stage and adjusting test job dependencies 2024-12-20 09:04:30 +01:00
Max Lübke
f4f4ea2be2 Merge branch 'ml/fix-license' into 'main'
Revert "No code changes made."

See merge request naaice/poet!46
2024-12-20 09:00:27 +01:00
Max Lübke
60c4a15c9f Update LICENSE to include updated copyright notice and additional guidelines for program distribution 2024-12-20 08:58:40 +01:00