33 Commits

Author SHA1 Message Date
philippun
d2e3ef23de improved commentary, refactored TugUtils into .cpp, and added CRNI example 2023-09-08 15:30:27 +02:00
Hannes Signer
6b8368d9f7 add setNumberThreads method 2023-08-23 18:34:48 +02:00
Hannes Signer
06f5eb5f2a add sphinx documentation 2023-08-15 12:55:01 +02:00
philippun
fdb5c436ea implemented BTCS 2D constant case 2023-08-10 22:21:15 +02:00
philippun
94ef22902e removed commentary 2023-08-10 14:22:33 +02:00
philippun
e1b7038490 proposal implementation for MDL merge request 2023-08-07 16:51:44 +02:00
Marco De Lucia
25f8c3fe6e MDL: distinguish between "inner" (= due to CFL) and "outer" iterations 2023-08-07 12:35:11 +02:00
philippun
ea7c9f0df3 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp 2023-08-07 10:16:51 +02:00
philippun
28d2316f7d FTCS test 2023-08-07 10:16:40 +02:00
Hannes Signer
69f1483006 add omp header and time measurement 2023-08-05 16:20:23 +02:00
philippun
4e043e712e added commentary to FTCS.cpp 2023-08-03 21:43:42 +02:00
Hannes Signer
d38e14d6f4 change: all variables as pass by reference 2023-08-03 14:57:44 +02:00
Hannes Signer
a72217f6a2 feat: use references instead of objects 2023-08-01 14:20:51 +02:00
philippun
f8cb62fa94 added reference example FTCS 2D closed 2023-07-31 14:31:04 +02:00
philippun
ffa48347b8 removed some old commentary 2023-07-28 15:55:59 +02:00
philippun
0872639c54 feat: implementation of dynamic boundary conditions in FTCS 2023-07-28 15:54:03 +02:00
philippun
4680e9823f feat: reimplented Boundary to incorporate different types for each boundary element 2023-07-28 12:57:09 +02:00
philippun
8f48830bda reviewed closed case functions 2023-07-28 10:46:05 +02:00
Hannes Signer
049fc319db feat: add boundary conditons for closed cases in independent functions 2023-07-26 22:17:37 +02:00
philippun
22d7ce45f7 added basic structure to allow for separate boundary condition types at each boundary cell later on 2023-07-24 17:56:38 +02:00
philippun
69ca773afa added stub function for vertical change in closed case 2023-07-24 16:14:26 +02:00
philippun
58f620e6b9 added function 2023-07-24 16:03:31 +02:00
philippun
c3461a46fa removed in progress commentary 2023-07-24 15:42:28 +02:00
philippun
be94e760af Refactoring of function calc_alpha_intercell into calcAlphaIntercell and adjusting of example parameters 2023-07-24 15:40:30 +02:00
philippun
0ebc8d30e8 implemented the 1D FTCS case and created an example prototype 2023-07-22 14:02:44 +02:00
philippun
ef01e3f473 added functions for the summands of the different directions 2023-07-20 16:09:59 +02:00
philippun
67f289c1f8 fixed several bugs in FTCS_2D_proto_example and improved readability 2023-07-19 16:24:13 +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
470ebbd2ab add: Boundary.cpp, FTCS.cpp, Grid.cpp, Simulation.cpp | added implementations files, changed simulation.hpp 2023-07-13 14:41:12 +02:00