rsachetto / MonoAlg3D_C

Extensible Monodomain simulator
MIT License
16 stars 12 forks source link

Add Dijkstra algorithm using priority queue to calculate Purkinje propagation velocity #24

Closed bergolho closed 3 years ago

bergolho commented 3 years ago

This pull request improves the description of some examples that Christian Trovato will use this week. In addition, in this version, a new priority queue library is defined together with the graph library, so it can be used alongside the Dijkstra algorithm, enabling the calculus of the propagation velocity in any type of Purkinje network.