Morphosolver¶
A FEniCS-based library for solving reaction-diffusion equations on growing domains. Developed as part of a PhD thesis by Mihails Delmans.
Installation¶
Morphosolver is build on top of the FEniCS Docker container.
In order to use morphosolver, first install Docker, and then run the following:
$ docker run -it -v /path/to/home:/morphosolverhome mdelmans/morphosolver:2018.1
Examples¶
See examples in Models section.