505 Commits

Author SHA1 Message Date
Max Lübke
17ed5cf75f Merge branch 'fix-ci' into 'main'
Fix CI pipeline

See merge request naaice/tug!3
2023-07-19 12:10:26 +02:00
Max Luebke
54b9a31f16 ci: remove readability from SA checks 2023-07-19 12:07:37 +02:00
Max Luebke
7e4dc1e383 ci: provide dockerfile for image creation 2023-07-19 12:02:24 +02:00
Max Luebke
5bee2d20e9 ci: use reworked docker image for ci 2023-07-19 12:00:14 +02:00
Max Luebke
3d80b7e02a build: only fetch doctest if it is not present yet 2023-07-19 11:31:59 +02:00
philippun
d457c2b9a7 fixed Eigen implementation bugs 2023-07-19 11:19:00 +02:00
Hannes Signer
99925dbd4f remove bug because of Matrix2d and Vector2d 2023-07-19 00:35:51 +02:00
philippun
542601fdcd implemented Simulation with FTCS and tried a first example 2023-07-18 17:14:16 +02:00
philippun
0a9b58e8ff implementing FTCS 2023-07-18 15:27:17 +02:00
philippun
b93dc46aed implemeted simulation.cpp with run() 2023-07-18 11:43:33 +02:00
philippun
da65be3cca implemented Boundary 2023-07-18 11:02:16 +02:00
Hannes Signer
01a589889f change: Boundardy.hpp, Grd.hpp, Simulation.hpp, Boundary.cpp, Grid.cpp | change constructors 2023-07-14 00:02:49 +02:00
philippun
2ab924a162 added basic functionality to Grid and Boundary 2023-07-13 15:52:56 +02:00
philippun
470ebbd2ab add: Boundary.cpp, FTCS.cpp, Grid.cpp, Simulation.cpp | added implementations files, changed simulation.hpp 2023-07-13 14:41:12 +02:00
philippun
a6a704a176 add: Boundary.hpp Simulation.hpp | adding basic outline 2023-07-13 11:29:53 +02:00
philippun
16640fe122 change: Grid.hpp | finished outline Grid class 2023-07-13 10:54:48 +02:00
philippun
fc999f09b3 change: Grid.hpp | added class and constructors 2023-07-13 10:15:18 +02:00
philippun
65f569380a add: pseudo_example.cpp, Grid.hpp | creating new API file and pseudo example 2023-07-12 15:48:29 +02:00
philippun
40573b81b2 change: FTCS second_example | comparison of FTCS cases against ADI implementation 2023-07-06 15:52:47 +02:00
Hannes Signer
eb9f8503d6 Change: FTCS | add closed boundardy conditions 2023-06-29 18:01:02 +02:00
philippun
efcb2d1494 layout 2023-06-29 10:14:36 +02:00
philippun
25c52e6b29 fixed confusion about variable naming with x, y, i, j, m, n 2023-06-28 16:53:38 +02:00
philippun
5688c82da2 cross testing FTCS prototype with existing ADI solution 2023-06-28 14:39:54 +02:00
philippun
214cb717d3 improved prototype FTCS 2023-06-28 11:16:11 +02:00
Hannes Signer
e57c5462eb changed: FTCS | fixed subscript issue 2023-06-28 10:06:49 +02:00
Hannes Signer
916f455174 test commit 2023-06-25 00:56:06 +02:00
Hannes Signer
45827c0402 Change: FTCS.ipynb | iteration size for widget 2023-06-23 14:42:52 +02:00
Hannes Martin Signer
5e70b319c9 Change: FTCS.ipynb | ipwidget functionality 2023-06-23 14:28:07 +02:00
philippun
8c37a6998d add imshow to visually follow changes 2023-06-23 13:51:31 +02:00
philippun
25985f096c running example FTCS 2023-06-22 16:06:25 +02:00
philippun
be68985600 FTCS prototyping 2023-06-22 11:57:46 +02:00
philippun
72509832d4 prototyping directory for explicit scheme 2023-06-22 10:43:54 +02:00
philippun
ecd3e95477 commentary 2023-06-08 15:58:30 +02:00
philippun
1df7f82553 added print statement for experimental purposes to first_example 2023-06-06 10:56:22 +02:00
philippun
c798c61706 additional example 2023-06-06 10:10:12 +02:00
philippun
2d9d318981 added some commentary with questions and TODOs 2023-05-31 13:49:13 +02:00
philippun
165e72e978 added some commentary with TODOs and questions 2023-05-31 12:33:49 +02:00
philippun
4e1ed11b6f Second example, additional commentary 2023-05-24 13:47:57 +02:00
Marco De Lucia
25855da6b2 Merge branch 'main' of git.gfz-potsdam.de:naaice/tug 2023-05-11 17:38:37 +02:00
Marco De Lucia
459922629d MDL: Written down 2D explicit FTCS scheme in docs/ADI_scheme.org; rough implementation in scripts/Adi2D_Reference.R 2023-05-11 17:38:29 +02:00
philippun
06d5d737b0 first example 2023-05-11 17:01:33 +02:00
Max Lübke
ebca11f4fd Merge branch '1-remove-bits-stdc-h-as-header' into 'main'
Resolve "Remove <bits/stdc++.h> as header"

Closes #1

See merge request naaice/tug!2
2023-05-03 12:12:05 +02:00
Max Lübke
f24ce43f5a fix: remove bits/* header 2023-05-03 12:11:13 +02:00
Marco De Lucia
adb2e325be MDL: add compiled ADI_scheme.pdf to /doc 2023-03-17 11:47:03 +01:00
Marco De Lucia
79957da687 Merge branch 'advection_naaice' into 'main'
Merge heterogeneous diffusion

See merge request naaice/tug!1
2023-03-17 11:42:08 +01:00
Marco De Lucia
cea941853b Adi2D_Ref 2023-03-17 10:57:07 +01:00
Max Luebke
79d7a32fc2 fix: conversion of inner index when using inner boundary conditions 2023-01-24 12:01:56 +01:00
Max Lübke
d4e3ab8544 perf: remove OpenMP pragma from ortho calc, since we already forked
OpenMP threads in 2D ADI
2023-01-06 16:18:06 +01:00
Marco De Lucia
e4ec0a11da MDL fixing docs 2022-12-27 15:37:41 +01:00
Marco De Lucia
9815ebce9c Small fixes 2022-12-21 18:54:15 +01:00