Skip to content

Commit

Permalink
Update Cardiac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirams authored Jan 8, 2025
1 parent 4c360ce commit 7ef7565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions day-02/Cardiac.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ We'll use [Paraview](https://www.paraview.org/) for visualization (there is also
>}
>```
* Make a second test method within the tutorial .hpp file and convert it to the analogous monodomain problem - you only need to change 'Bi/bi' to 'Mono/mono'. Note, you'll need to `#include MonodomainProblem.hpp` at the top of the file.
(If you were using the results vector within C++, be aware that indexing will be different for voltage as it now has the form `V_0 ... V_n`, not `V_0 phi_0_ ... V_n phi_n`).
Expand All @@ -82,4 +80,6 @@ monodomain_problem.Solve();
makes the program print out `[min(V), max(V)]` at each output time. It can be a simple way to see whether waves are propagating without even having to visualise the output.
* Using `SetWriteInfo()` Determine, approximately, by trial and error, the threshold below which the stimulus magnitude is too small to create a propagating action potential.
The default end time is only 5ms here, so we just see the activation wave. If you want to see the repolarisation wave you need to run until time 350ms.

0 comments on commit 7ef7565

Please sign in to comment.