Commit Graph

  • f69d58e070
    test: adapt tests to change from mr !2 main nebmit 2024-03-12 15:06:20 +01:00
  • 539c6f9544
    fix(BTCS): create swapped b vector with correct length nebmit 2024-03-12 15:05:11 +01:00
  • 6a98a23439
    feat(Grid): add domain values as optional arguments nebmit 2024-03-12 15:04:38 +01:00
  • 65a16cac1c
    refactor: unify field ordering nebmit 2024-03-12 15:03:50 +01:00
  • deb71df259 Merge branch 'fix-alpha' into 'main' Tim Werner 2024-03-11 15:47:30 +01:00
  • 5c6ac062cc fix(btcs): alpha intercell on explicit constant boundaries Max Lübke 2024-03-11 15:47:29 +01:00
  • 8233d868b2 Merge branch 'fix-btcs' into 'main' Tim Werner 2024-02-28 17:06:24 +01:00
  • e431af68ca fix(btcs): erroneous resolution of constant boundaries Max Lübke 2024-02-28 17:06:24 +01:00
  • bd288e00e1
    docs: add TUG Julia package README.md nebmit 2024-01-10 19:04:04 +01:00
  • da65b6fa14
    docs: add TUG documentation and make.jl script nebmit 2024-01-10 19:03:46 +01:00
  • bd01c0ee74
    perf: implement paderborn suggestions nebmit 2024-01-09 18:21:55 +01:00
  • d27917781c
    refactor!: modify constructors to use keyword arguments nebmit 2023-12-05 18:36:55 +01:00
  • d436811e1c
    chore: remove legacy tests nebmit 2023-12-05 18:27:00 +01:00
  • 28cb5416f5
    feat: added option to modify singular boundary elements nebmit 2023-12-05 18:26:00 +01:00
  • 7abc911a09
    chore: remove unnecessary dependency nebmit 2023-12-05 17:45:48 +01:00
  • 63dd329047
    test: added slurm process creation nebmit 2023-12-05 09:41:20 +01:00
  • 3f7163e0af
    feat: dynamic simulation accepts a vector of workers to compute on nebmit 2023-12-05 09:29:36 +01:00
  • 39eacff904
    style: applied linting recommendations nebmit 2023-12-04 19:21:23 +01:00
  • 1e57d8b5b5
    docs: added docstrings for public functions nebmit 2023-12-04 19:16:36 +01:00
  • 01b2247344
    test: added package unit tests nebmit 2023-12-04 09:20:19 +01:00
  • 9f952c91b0
    feat: modifed structure into a Julia compliant package nebmit 2023-12-04 09:15:08 +01:00
  • 7331e45eea
    feat: added DynamicSimulation.jl nebmit 2023-12-04 08:23:11 +01:00
  • e7f1e3eb23
    test: added large FTCS testcase nebmit 2023-12-01 19:36:59 +01:00
  • 5660783929
    test: added FTCS testcase with large timestep nebmit 2023-12-01 14:14:56 +01:00
  • 6269805eba
    feat: added timestep adjustment for FTCS nebmit 2023-12-01 11:36:50 +01:00
  • 51705e3eef
    perf: optimize FTCS calculation for enhanced performance nebmit 2023-11-30 16:09:03 +01:00
  • 97e318ff5d
    perf: added threading nebmit 2023-11-30 15:09:39 +01:00
  • fe7f5c9b4a
    test: added FTCS julia/cpp tests nebmit 2023-11-30 14:36:27 +01:00
  • 2b478c1dd4
    feat: added julia FTCS implementation nebmit 2023-11-30 13:53:39 +01:00
  • f538658e82
    perf: removed solution matrix computation approach nebmit 2023-11-28 12:20:09 +01:00
  • 0eb96ed0ad
    perf: solution vector creation using matrices nebmit 2023-11-22 17:43:52 +01:00
  • 1cdeb8d7a7
    refactor!: organized and added getters/setters nebmit 2023-11-22 13:48:09 +01:00
  • cfeb935c93
    perf: moved alpha calculation out of 1D step nebmit 2023-11-21 18:53:20 +01:00
  • 3c080c7149
    perf: added matrix operations and multithreading nebmit 2023-11-21 17:41:09 +01:00
  • a064f9de24
    test: added large scale test with value patterns nebmit 2023-11-21 16:41:41 +01:00
  • 88ecf82477
    test: moved to singular csv output nebmit 2023-11-21 13:55:37 +01:00
  • 4ba02e30de
    test: added large scale test nebmit 2023-11-20 15:52:56 +01:00
  • 957f73bb83
    refactor!: structural changes nebmit 2023-11-20 12:16:15 +01:00
  • d6df09ca5f
    feat: added julia BTCS implementation nebmit 2023-11-19 20:30:58 +01:00
  • ee77b5f7f3 Merge branch 'theory' into 'main' Max Lübke 2023-11-01 10:41:19 +01:00
  • 141028548b docs: add theory part from HP report Max Lübke 2023-11-01 10:40:38 +01:00
  • 32d6a4e3ec Merge branch 'contributors' into 'main' Max Lübke 2023-11-01 09:05:26 +01:00
  • 97b43e1a16 doc: adding contributors Max Lübke 2023-11-01 08:51:45 +01:00
  • 39541a2054 Merge branch 'naaice' into 'main' Max Lübke 2023-10-27 13:18:03 +02:00
  • 5a39f5377e doc: update example pages Max Lübke 2023-10-19 13:09:22 +02:00
  • 77914ea69f fix: include optional output of csv during thomas algorithm Max Lübke 2023-10-17 12:07:33 +02:00
  • 8456f2212d BREAKING CHANGE: tug as header-only library Max Lübke 2023-10-17 12:00:35 +02:00
  • 0471f3d8f9 fix: readded "using namespace tug;" in naaice/BTCS_2D_NAAICE.cpp Marco De Lucia 2023-10-16 17:34:52 +02:00
  • 8cfb61587d feat: add naaice/NAAICE_dble_vs_float.cpp Marco De Lucia 2023-10-16 17:31:43 +02:00
  • 9a3fc67885 Fix: Eigen::MatrixX<T> instead of Eigen::MatrixXd in Grid.hpp Marco De Lucia 2023-10-16 12:11:52 +02:00
  • 5196c36ec5 fix: reintroduce tug namespace Max Lübke 2023-09-15 11:37:42 +02:00
  • ba627b6624 feat: rewrite library as template library Max Lübke 2023-09-15 10:39:51 +02:00
  • 46f9cef3a9 Merge branch 'main' into naaice Max Lübke 2023-09-15 08:15:19 +02:00
  • 00cafb70dc BREAKING CHANGE: reworked API Max Lübke 2023-09-15 07:49:53 +02:00
  • 5099fd23a9 fix: add namespaces to example executables Max Lübke 2023-09-15 07:48:21 +02:00
  • 8e5c1ad035 refactor: implement coeff boundary functions as template constexpr Max Lübke 2023-09-14 16:21:45 +02:00
  • 819db24e18 Merge branch 'main' into 'hannes-philipp' Max Lübke 2023-09-14 16:27:39 +00:00
  • 6c1ccb90fd refactor: implement coeff boundary functions as template constexpr Max Lübke 2023-09-14 16:21:45 +02:00
  • ef1ccd4c14 refactor: various changes to BTCS functions Max Lübke 2023-09-14 15:30:23 +02:00
  • a0d835e243 refactor: inline Coeff Functions Max Lübke 2023-09-14 15:02:50 +02:00
  • 0eba63f875 refactor: core adjustments to Simulation class Max Lübke 2023-09-14 14:57:22 +02:00
  • edaad7cc04 refactor: core adjustment to Boundary class Max Lübke 2023-09-14 14:55:17 +02:00
  • f0d5220a48 refactor: adjust const qualifications for Grid class Max Lübke 2023-09-14 14:53:28 +02:00
  • a21023ec9d feat: make OpenMP parallelization optional Max Lübke 2023-09-14 13:31:31 +02:00
  • 587bb5a622 ci: remove 'modernize' from clang-tidy list Max Lübke 2023-09-14 13:12:38 +02:00
  • c5979cd6f4 ci: add clang openmp includes Max Lübke 2023-09-14 12:39:14 +02:00
  • 4b4c439c68 doc: slight change to instructions Max Lübke 2023-09-14 12:33:16 +02:00
  • da6d004e16 chore: cleanup of repository Max Lübke 2023-09-14 12:22:41 +02:00
  • 61a4b0ae8a build: make compilation of examples optional Max Lübke 2023-09-14 12:15:41 +02:00
  • 3106c2b8d5 test: add Boundary test case Max Lübke 2023-09-14 12:11:37 +02:00
  • 8af03777b8 fix: add namespaces to executables Max Lübke 2023-09-14 12:05:14 +02:00
  • 2096ee5cc3 refactor: remove all 'using namespaces' from library Max Lübke 2023-09-14 12:04:03 +02:00
  • 2483019b89 fix: remove guards in source files Max Lübke 2023-09-14 11:46:45 +02:00
  • ce09f0d8c8 fix: remove all source file includes Max Lübke 2023-09-14 11:34:41 +02:00
  • b9c4474f5a fix: add header guards to includes Max Lübke 2023-09-14 11:02:40 +02:00
  • d7608a7330 Revert "Change TugUtils.hpp to TugUtils.cpp" Max Lübke 2023-09-14 10:08:22 +02:00
  • 0d34752837 refactor: format all source files to LLVM standard Max Lübke 2023-09-14 10:24:03 +02:00
  • 81774e72c1 Change TugUtils.hpp to TugUtils.cpp philippun 2023-09-13 10:56:35 +02:00
  • 443f8b6cd1 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp philippun 2023-09-13 10:55:12 +02:00
  • 684fcd217f changed default numbeer of cores to max-1 philippun 2023-09-13 10:55:05 +02:00
  • 9d663d8140 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp Hannes Signer 2023-09-11 11:10:44 +02:00
  • eb42377f30 change experiment files Hannes Signer 2023-09-11 11:10:27 +02:00
  • fc4689461e Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp philippun 2023-09-08 15:30:33 +02:00
  • d2e3ef23de improved commentary, refactored TugUtils into .cpp, and added CRNI example philippun 2023-09-08 15:30:27 +02:00
  • 5490216bc0 feat: print sums of input and output field Max Lübke 2023-09-07 11:10:56 +02:00
  • 42ad07c252 Fix: some updates to naaice/README.md Marco De Lucia 2023-09-07 09:24:03 +02:00
  • bf4444fc84 add comments and rename function Max Lübke 2023-09-06 14:39:27 +02:00
  • 40710a0b39 Usage instead of setup Max Lübke 2023-09-06 14:25:02 +02:00
  • f8bdfe39ea Use Markdown over Org-Mode Max Lübke 2023-09-06 14:23:45 +02:00
  • 72107c944d Add readme Max Lübke 2023-09-06 14:21:22 +02:00
  • fab0f35ed0 Add benchmark Max Lübke 2023-09-06 13:20:40 +02:00
  • 7d05320f24 apply format changes (LLVM) Max Lübke 2023-09-05 16:42:05 +02:00
  • 6e388f3d99 write input of thomas algortithm to file Max Lübke 2023-09-05 16:38:54 +02:00
  • 55509c1934 Merge branch 'hotfix-domain-size' into 'hannes-philipp' Max Lübke 2023-09-06 09:18:51 +02:00
  • e8a783f00c fix: domain size can also be real number Max Lübke 2023-09-06 09:15:08 +02:00
  • 8fcc8812e7 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp Hannes Signer 2023-08-29 10:42:23 +02:00
  • 4cb51f4241 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp philippun 2023-08-29 10:40:11 +02:00
  • d24b65db63 updated documentation philippun 2023-08-29 10:39:59 +02:00
  • a0ab764870 add comments for setNumberThreads Hannes Signer 2023-08-29 10:38:51 +02:00
  • 12bc93a3ed Delete .readthedocs.yaml; not needed anymore after deploying pages on gitlab Philipp Ungrund 2023-08-29 10:30:50 +02:00