12 Commits

Author SHA1 Message Date
Max Lübke
9c9abdb7ef Update include statement in test cases 2024-03-06 13:20:24 +00:00
Max Lübke
be7a861c78 Add OpenMP support and fix include paths 2024-03-06 13:06:53 +00:00
Max Luebke
358aa51836 rename header containing file paths for tests 2024-03-06 12:56:57 +00:00
Max Luebke
b78d7d1a9b provide additional test input script 2024-03-06 12:56:22 +00:00
Max Luebke
031a2e237b Implement advection into POET 2024-03-06 12:56:22 +00:00
Max Lübke
9f6b27206e Implemented CFL condition 2024-03-06 12:56:10 +00:00
Max Lübke
5e9639c72d First advection with fixed timestep and volume 2024-03-06 12:55:53 +00:00
Max Luebke
430769f247 prep advection 2024-03-06 12:55:25 +00:00
Max Lübke
5ddc239499 Update CMakeLists.txt and include headers in test files 2024-03-06 11:59:18 +01:00
Max Luebke
c5a991c4c9 feat: implement SEXP export of Field structure
feat: implement NamedVector based on Rcpp::NumericVector

feat: remove hard coded checks and substitute by R hook functions,
defined in the input script

refactor: modify API of DHT_Wrapper/InterpolationModule to expect a work
package structure, where input/output values are stored as 2D vectors

test: add tests for NamedVector

test: extend tests for Field
2023-08-17 10:51:54 +02:00
Max Luebke
0c2597d97f feat: introduce LookupKey and rounding schemes
feat: implement data clustering using PHT

feat: implement interpolation

refactor: use named vector for DHT species definition and significant digits

data: remove unusable input scripts

data: move Phreeqc database to benchmark dir

refactor: rename dolomite benchmark directory

refactor: remove DHT prop type from input script
2023-08-01 18:34:50 +02:00
Max Luebke
357936b639 test: add test cases for Field class 2023-03-03 15:41:11 +01:00