-
![](https://pbs.twimg.com/media/CluHy0KWAAEKkLZ.jpg)
p5.js tweak of reaction diffusion perlin noise
-
**Submitting author:** @SoilRos (Santiago Ospina De Los Ríos)
**Repository:** https://gitlab.dune-project.org/copasi/dune-copasi
**Branch with paper.md** (empty if default branch): joss/review
**Versi…
-
The intro of "A Gallery of finite element solvers" mentions advection-diffusion-reaction equations as a final example, I was wondering whether this might be added anytime soon?
-
Hi, Qipan!
"The test data can be found in Datas.Testdata", but icann't find the folder
-
Hello,
Thank you for sharing this incredible codebase! It’s so exciting and well-constructed, and I’m eager to dive into your technique. I have a few questions about the training and evaluation stage…
-
Hi, everyone, I would like to ask you a question.
I want to export the **reaction source term** and **diffusion term** during the calculation, so how do I set it in the input file? ,
-
Hello,
I'm working on a diffusion reaction problem for modelling and I would ideally like to compute diffusion over a 300x300x300 grid.
Reading on the subject oriented me towards locally one-dimen…
-
Hi,
Would it be possible to ask the user the functions a,b,c and for a robin BC and it will provide an `equation` to solve:
`∇(a(x,u)∇u) + ∇(b(x,u)u) + c(x,u) u = 0`
-
We should add a feature for diffusion dynamics, which would be useful to allow, e.g. Calcium diffusion throughout a cell. I am thinking of a syntax as:
```python
cell = jx.read_swc(fname)
cell.in…
-
The ground truth (exact) data generated for the reaction diffusion equation with $\rho=5$ and $\nu=5$ using the code is different from that of the paper.
Here is the ground truth shown in the paper…