Max Lübke
437ab1b10b
Update .gitlab-ci.yml file
2022-04-27 12:50:37 +02:00
Max Lübke
9706d9a4b1
Fix indexiation of bc field
2022-04-27 12:39:01 +02:00
Max Lübke
628e3288be
Added 2D example with constant bc on left side
2022-04-27 12:38:35 +02:00
Marco De Lucia
45f0802715
Improved docs about boundary conditions treatment for 2D ADI
2022-04-26 19:08:32 +02:00
Marco De Lucia
0211e3d9b2
Improved consistency of notation in ADI_scheme and reworked section 2D ADI
2022-04-26 17:47:57 +02:00
Marco De Lucia
722ed240eb
Resolved merge conflict (HEAD taken)
2022-04-26 13:38:14 +02:00
Max Lübke
d35a27f54a
Apply 2D scheme to model
2022-04-26 13:29:12 +02:00
Max Luebke
e9a1d06784
Apply new scheme to model (only 1D)
2022-04-26 10:28:44 +02:00
Max Luebke
57cfa682c5
Added 2D ADI scheme for boundaries
2022-04-26 10:28:00 +02:00
Max Luebke
ffefb6ab50
Added 2D ADI scheme
2022-04-26 10:28:00 +02:00
Max Luebke
e8b1c1daae
Added right boundary
2022-04-26 10:28:00 +02:00
Max Luebke
aa91824eef
Reorder equation for better readability
2022-04-26 10:28:00 +02:00
Marco De Lucia
8b4f1aae46
MDL: some restructuring in ADI_scheme.org
2022-04-26 10:28:00 +02:00
Max Luebke
d54fe25cac
Update documentation of implicit BTCS
2022-04-26 10:28:00 +02:00
Max Luebke
0f646d478c
Fix unnecessary bracket
2022-04-26 10:28:00 +02:00
Max Luebke
08da0b47f4
Revert to 'age' state and append with implicit BTCS
2022-04-26 10:28:00 +02:00
Max Luebke
29d3d81ff4
Apply bc to ghost node
2022-04-26 10:28:00 +02:00
Max Luebke
f31937f4e0
Fix broken reference
2022-04-26 10:28:00 +02:00
Max Luebke
f42af515fb
Update applicable equation
2022-04-26 10:28:00 +02:00
Max Luebke
7fd44aa67a
Added 2D ADI scheme for boundaries
2022-04-26 10:07:51 +02:00
Max Luebke
6de575ed8f
Added 2D ADI scheme
2022-04-25 12:31:27 +02:00
Max Luebke
9a5b7c1101
Added right boundary
2022-04-25 10:53:54 +02:00
Max Luebke
39ce2a62c3
Reorder equation for better readability
2022-04-25 10:53:54 +02:00
Marco De Lucia
82da351bba
MDL: some restructuring in ADI_scheme.org
2022-04-22 13:55:50 +02:00
Max Luebke
9da59af3f7
Update documentation of implicit BTCS
2022-04-22 09:49:53 +02:00
Max Luebke
ed19c5a604
Fix unnecessary bracket
2022-04-21 12:57:41 +02:00
Max Luebke
f1ca3ff2ea
Revert to 'age' state and append with implicit BTCS
2022-04-20 11:30:59 +02:00
Max Luebke
b251204bf5
Apply bc to ghost node
2022-04-20 11:27:30 +02:00
Max Luebke
0ef5568e10
Fix broken reference
2022-04-20 10:09:43 +02:00
Max Luebke
899e00bec1
Update applicable equation
2022-04-20 10:06:38 +02:00
Max Luebke
1fb3b85b65
Apply new scheme to model (only 1D)
2022-04-20 09:55:38 +02:00
Max Luebke
777d75baa5
Checkout files from age
2022-04-20 09:34:32 +02:00
Max Luebke
7b36225bd6
Update app to new API
2022-04-19 10:49:18 +02:00
Max Luebke
ad6e1ad616
Allow boundary conditions in ghost nodes too
2022-04-19 10:39:37 +02:00
Max Luebke
9faa4e79bb
Prepare setup of matrix A for new equation
2022-04-06 09:50:08 +02:00
Max Luebke
fedd80aa0c
Raise CXX standard from 14 to 17
2022-04-05 20:48:23 +02:00
Marco De Lucia
f5d59c5355
Commented out cxx flag settings in CMakeLists.txt to let CI work normally
2022-04-05 18:06:48 +02:00
Marco De Lucia
15e1883909
Added cxx flags -O2 -mfma to CMakeLists - ENORMOUS SPEEDUP
2022-04-05 16:47:36 +02:00
Max Lübke
1c86a7e5b3
Merge branch 'parallel' into 'main'
...
Parallelizing of 2D simulation
See merge request mluebke/diffusion!10
2022-04-05 11:49:03 +02:00
Max Luebke
40519a339c
Restructure project dir
2022-03-25 12:52:49 +01:00
Max Luebke
dd96bb9bf1
Added optional usage of OpenMP
2022-03-25 11:28:00 +01:00
Marco De Lucia
abc0a5713b
Added Rcpp-BTCS-{1d,2d}.cpp for clarity
2022-03-16 14:02:50 +01:00
Marco De Lucia
3ee1cd999c
Tweaked some stuff in app/Rcpp-interfaceR and FTCS
2022-03-15 18:33:17 +01:00
Marco De Lucia
fcef9553c9
Added some comparisons in app: RcppFTCS.cpp & Rcpp-interface.{R, cpp}
2022-03-15 18:06:39 +01:00
Max Luebke
97f31887ea
Added OpenMP pragmas to library.
2022-03-09 13:14:22 +01:00
Max Luebke
c2211c8a6f
Use local matrices and vectors.
...
- Subsitute private members of Eigen matrices and vectors by local
variables in `simulate_base`
2022-03-09 11:22:53 +01:00
Max Lübke
1cc6b247b9
Merge branch 'timer' into 'main'
...
Adding timer to simulate
See merge request mluebke/diffusion!9
2022-03-09 09:35:15 +01:00
Max Lübke
dd3ade2b2c
Adding timer to simulate
2022-03-09 09:35:15 +01:00
Max Lübke
a24c26beb0
Merge branch '2D' into 'main'
...
Implementing 2D ADI-BTCS
See merge request mluebke/diffusion!5
2022-03-08 15:05:22 +01:00
Max Luebke
b4b880b8b5
squash! Adding some comments to library header.
...
Merge branch '2D' of git.gfz-potsdam.de:mluebke/diffusion into 2D
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2022-03-08 15:02:22 +01:00