update README See merge request mluebke/diffusion!2
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
Languages
Jupyter Notebook
37.2%
C++
26.3%
Julia
20.9%
R
8.5%
HTML
4.9%
Other
2.2%