2021-12-06 20:16:08 +01:00
2021-12-06 20:16:08 +01:00
2021-10-26 10:28:15 +02:00
2021-10-18 14:32:00 +02:00
2021-12-06 11:17:37 +01:00

Diffusion module

This is the according repository to the diffusion module we discussed earlier. With this readme I will document all my steps I've done and will do.

Current State

  • 1D diffusion is possible by setting bc at left/right end by hand or use the default value (Neumann with gradient 0)
  • Always set concentrations/diffusion coefficients by using std::vector
  • simple datastructure, which is currently just a class called BTCSDiffusion

ToDos

  • keep sparse matrix in memory
  • allow different boundary conditions at the ends and also inside the grid
  • implement 2D diffusion
Description
No description provided
Readme GPL-2.0 6.5 MiB
Languages
Jupyter Notebook 47%
C++ 33.4%
R 10.8%
HTML 6.1%
CMake 1.3%
Other 1.4%