From d8155f0988282ecd8969eb0e3b37ae9b44a64739 Mon Sep 17 00:00:00 2001 From: martavarela <83647272+martavarela@users.noreply.github.com> Date: Wed, 2 Jun 2021 17:16:40 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7dc4dc..0c5fa10 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # PINNsEP -Matlab files for PINNs EP project. + +Matlab files to simulate the Aliev-Panfilov model in a cable (1D) and rectangular (2D) domain with Neumann boundary conditions and several initial conditions (single ectopic focus, planar wave, spiral wave). The code uses centred finite differences and a 4-step explicit Runge-Kutta solver. + +Further details can be found in a soon to be published article. In the meantime, email marta.varela (at) imperial.ac.uk for any comments or questions.