-
|
Dear incompact3d developers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Hello, When calling the derivative subroutines, one should provide arrays to solve the tri-diagonal linear system. For instance, https://github.com/xcompact3d/Incompact3d/blob/master/src/transeq.f90#L126 : The arrays Cheers, |
Beta Was this translation helpful? Give feedback.


Hello,
When calling the derivative subroutines, one should provide arrays to solve the tri-diagonal linear system. For instance, https://github.com/xcompact3d/Incompact3d/blob/master/src/transeq.f90#L126 :
The arrays
ffx,fsxandfwxare computed at the beginning of the simulation, in schemes.f90. See https://en.wikipedia.org/wiki/Tridiagonal_matrix_algorithmCheers,
Mathrack