Tutorials¶
Choosing a model¶
You want… |
Use |
Cost |
|---|---|---|
Activation / isochrone map |
|
cheapest (seconds) |
Full Vm cheaply (e.g. ECG source) |
|
cheap (no linear solve) |
Full diffusion physics on a coarse mesh |
|
moderate (CG per step) |
Most accurate reference / fine mesh |
|
full reaction-diffusion |
Body-surface ECG / electrograms |
any of the above → |
|
On a fine mesh, diffusion=True costs the same as Monodomain (the
diffusion dominates), so prefer Monodomain there; the reaction-eikonal pays
off on coarse meshes and for activation maps.