LifeV
ElectroETAMonodomainSolver.hpp File Reference

Class for solving the Monodomain model in electrophysiology. More...

+ Include dependency graph for ElectroETAMonodomainSolver.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ElectroETAMonodomainSolver< Mesh, IonicModel >
 monodomainSolver - Class featuring the solver for monodomain equations More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Detailed Description

Class for solving the Monodomain model in electrophysiology.

Date
02 - 2013
Author
Simone Rossi simon.nosp@m.e.ro.nosp@m.ssi@e.nosp@m.pfl..nosp@m.ch

update 04 - 2014

This class provides interfaces to solve the monodomain equation ( reaction diffusion equation ) using the ETA framework. The solution can be performed using three different methods: -operator splitting method (at this point available only with forward Euler for the reaction step and backward Euler for the diffusion step. Second order splitting is available but still experimental. ); -Ionic Currents Interpolation (at this point only forward Euler); -State Variable interpolation (at this point only forward Euler).

Definition in file ElectroETAMonodomainSolver.hpp.