philippun
d24b65db63
updated documentation
2023-08-29 10:39:59 +02:00
Hannes Signer
6b8368d9f7
add setNumberThreads method
2023-08-23 18:34:48 +02:00
philippun
32b05a8a87
added Thomas Solver with option to choose solver and cleaned up the repository
2023-08-23 12:24:35 +02:00
philippun
fb397897c8
improved commentary
2023-08-15 11:55:26 +02:00
philippun
5ae5aea48f
added comments
2023-08-14 11:42:01 +02:00
philippun
c9c0f02a5a
adjusted XTREME csv output
2023-08-11 15:15:08 +02:00
philippun
fdb5c436ea
implemented BTCS 2D constant case
2023-08-10 22:21:15 +02:00
Hannes Signer
435314ba61
Merge branch 'hannes-philipp' into progress-bar
2023-08-10 14:22:58 +02:00
philippun
2810db0d52
added BTCSv2.cpp
2023-08-10 14:21:00 +02:00
Hannes Signer
0fc6bf4a79
add progress bar
2023-08-10 14:20:48 +02:00
philippun
e1b7038490
proposal implementation for MDL merge request
2023-08-07 16:51:44 +02:00
Hannes Signer
30bc676604
add tests for Simulation class
2023-08-06 19:24:17 +02:00
Hannes Signer
aa4ce6a086
comments for Simulation files
2023-08-05 21:28:44 +02:00
Hannes Signer
154091e405
add user input validation
2023-08-04 15:39:02 +02:00
Hannes Signer
2c2851a037
comment and input validation of Boundary class
2023-08-04 00:23:40 +02:00
philippun
8596f3ffda
added first grid test
2023-08-03 22:33:55 +02:00
philippun
ab22436283
finished commentary and checks for Grid class
2023-08-03 18:17:21 +02:00
philippun
ad2fdabac9
commentary
2023-08-03 16:52:16 +02:00
Hannes Signer
d38e14d6f4
change: all variables as pass by reference
2023-08-03 14:57:44 +02:00
Philipp Ungrund
ba7a38f72f
Merge branch 'hannes-philipp' into 'csv-to-eigen'
...
# Conflicts:
# src/Simulation.cpp
2023-08-03 09:23:09 +00:00
philippun
85c5e55601
fixed a bug that returned the wrong grid to the test method
2023-08-02 13:19:33 +02:00
philippun
8215a1238d
bug fixes
2023-08-02 10:46:58 +02:00
philippun
9e200305ff
added CSV output optimizations
2023-08-01 16:06:32 +02:00
philippun
0a0e16bb56
feat: added getters to Boundary
2023-07-28 13:02:45 +02:00
philippun
4680e9823f
feat: reimplented Boundary to incorporate different types for each boundary element
2023-07-28 12:57:09 +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
b7561b93e0
changed type auto to specific type
2023-07-20 14:59:31 +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
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
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
4e1ed11b6f
Second example, additional commentary
2023-05-24 13:47:57 +02:00
Max Lübke
f24ce43f5a
fix: remove bits/* header
2023-05-03 12:11:13 +02:00
Max Lübke
6120acdaf4
refactor: move includes into subdirectory 'tug'
2022-09-08 14:21:52 +02:00
Max Lübke
592f59dbc5
perf: represent inner boundary conditions with a std::map
...
refactor: inner boundary conditions are now accessible via methods
test: update test cases
2022-09-08 12:46:26 +02:00
Max Lübke
94e83b5eb8
feat: allow undefined boundary conditions
...
It is now possible to not define any boundary condition object.
In this case a grid with closed boundary conditions is assumed during
diffusion simulation.
refactor: various adjustments according to clang-tidy
2022-09-08 11:53:25 +02:00
Max Lübke
02a9531544
feat: add helper functions to TugInput struct
2022-09-01 16:43:14 +02:00