Max Lübke
|
8456f2212d
|
BREAKING CHANGE: tug as header-only library
build: installation of library is now possible
|
2023-10-19 12:20:39 +02:00 |
|
Max Lübke
|
5196c36ec5
|
fix: reintroduce tug namespace
|
2023-09-15 11:38:13 +02:00 |
|
Max Lübke
|
ba627b6624
|
feat: rewrite library as template library
|
2023-09-15 11:38:08 +02:00 |
|
Max Lübke
|
0eba63f875
|
refactor: core adjustments to Simulation class
perf: const qualification of local vairables
|
2023-09-14 16:21:20 +02:00 |
|
Max Lübke
|
2096ee5cc3
|
refactor: remove all 'using namespaces' from library
|
2023-09-14 12:04:03 +02:00 |
|
Max Lübke
|
b9c4474f5a
|
fix: add header guards to includes
|
2023-09-14 11:02:40 +02:00 |
|
Max Lübke
|
0d34752837
|
refactor: format all source files to LLVM standard
|
2023-09-14 10:27:05 +02:00 |
|
philippun
|
684fcd217f
|
changed default numbeer of cores to max-1
|
2023-09-13 10:55:05 +02:00 |
|
philippun
|
d2e3ef23de
|
improved commentary, refactored TugUtils into .cpp, and added CRNI example
|
2023-09-08 15:30:27 +02:00 |
|
Hannes Signer
|
8fcc8812e7
|
Merge branch 'hannes-philipp' of git.gfz-potsdam.de:naaice/tug into hannes-philipp
|
2023-08-29 10:42:23 +02:00 |
|
philippun
|
d24b65db63
|
updated documentation
|
2023-08-29 10:39:59 +02:00 |
|
Hannes Signer
|
a0ab764870
|
add comments for setNumberThreads
|
2023-08-29 10:38:51 +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
|
c9c0f02a5a
|
adjusted XTREME csv output
|
2023-08-11 15:15:08 +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 |
|
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
|
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
|
d457c2b9a7
|
fixed Eigen implementation bugs
|
2023-07-19 11:19:00 +02:00 |
|
philippun
|
542601fdcd
|
implemented Simulation with FTCS and tried a first example
|
2023-07-18 17:14:16 +02:00 |
|
philippun
|
b93dc46aed
|
implemeted simulation.cpp with run()
|
2023-07-18 11:43:33 +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
|
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 |
|