41 Commits

Author SHA1 Message Date
philippun
e8d322fb75 finished BTCS prototype with closed boundary condition 2023-08-10 11:25:54 +02:00
philippun
3cce7fb357 fixed a bug resulting in too high results 2023-08-09 17:33:58 +02:00
Hannes Signer
916987c1bd error in solution vector 2023-08-08 18:42:06 +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
Hannes Signer
69f1483006 add omp header and time measurement 2023-08-05 16:20:23 +02:00
Hannes Signer
d38e14d6f4 change: all variables as pass by reference 2023-08-03 14:57:44 +02:00
philippun
78cf41f57e implemented some util methods and started with a first test case 2023-08-02 12:36:06 +02:00
Hannes Signer
e19171feaa switch from hpp to cpp 2023-08-02 10:50:14 +02:00
Hannes Signer
33fd35a65a add csv2matrix function 2023-08-02 10:35:36 +02:00
Hannes Signer
f4924ac8b2 add: Implementation of max time step 2023-08-01 16:56:25 +02:00
Marco De Lucia
788e59c4ef Add docu and validation files 2023-07-31 16:52:31 +02:00
philippun
f8cb62fa94 added reference example FTCS 2D closed 2023-07-31 14:31:04 +02:00
Hannes Martin Signer
2d293469ff Merge branch 'dynamic-boundary-conditions-functionality' into 'hannes-philipp'
Dynamic boundary conditions functionality

See merge request naaice/tug!6
2023-07-28 16:00:51 +02:00
philippun
0872639c54 feat: implementation of dynamic boundary conditions in FTCS 2023-07-28 15:54:03 +02:00
Philipp Ungrund
4e8933862e Merge branch 'boundaries-closed-case' into 'dynamic-boundary-conditions-functionality'
feat: add boundary conditons for closed cases in independent functions

See merge request naaice/tug!5
2023-07-28 11:05:28 +02:00
philippun
16d3663909 commented out the probably last easy profiler reference 2023-07-28 11:02:56 +02:00
philippun
605000de5e commented out another easy profiler include 2023-07-28 11:00:21 +02:00
philippun
c9b714b241 commented out easy profiler 2023-07-28 10:59:08 +02:00
philippun
10bb5f5012 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp 2023-07-28 10:51:15 +02:00
philippun
c5862d4c18 test commit 2023-07-28 10:49:01 +02:00
philippun
88b00931f8 test commit 2023-07-28 10:48:07 +02:00
philippun
7cf4ad4772 optimized example 2023-07-26 16:02:23 +02:00
Hannes Signer
60d01a83c4 Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp 2023-07-24 18:22:06 +02:00
Hannes Signer
23da250cba add easy profiler to CMAKE files 2023-07-24 18:16:35 +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
d88d7956a5 calculated several examples and implemented csv out 2023-07-20 11:47:24 +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
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
philippun
5688c82da2 cross testing FTCS prototype with existing ADI solution 2023-06-28 14:39:54 +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
4e1ed11b6f Second example, additional commentary 2023-05-24 13:47:57 +02:00
philippun
06d5d737b0 first example 2023-05-11 17:01:33 +02:00
Max Lübke
b6eb212bcb feat: add setting of inner boundary conditions
It is possible to define inner grid cells with a type of either CLOSED,
FLUX, CLOSED or UNSET.
2022-08-16 15:22:32 +02:00
Max Lübke
e9f5b34968 Move apps to examples 2022-08-12 14:53:27 +02:00