![]() |
LifeV
|
Class for solving the Monodomain model in electrophysiology. More...
#include <lifev/core/filter/ExporterEnsight.hpp>#include <lifev/core/filter/ExporterHDF5.hpp>#include <lifev/core/filter/ExporterEmpty.hpp>#include <Epetra_LocalMap.h>#include <lifev/core/array/MatrixSmall.hpp>#include <lifev/core/array/MapEpetra.hpp>#include <lifev/core/array/MatrixEpetra.hpp>#include <lifev/core/array/VectorEpetra.hpp>#include <lifev/core/fem/SobolevNorms.hpp>#include <lifev/core/fem/GeometricMap.hpp>#include <lifev/electrophysiology/solver/IonicModels/ElectroIonicModel.hpp>#include <lifev/electrophysiology/stimulus/ElectroStimulus.hpp>#include <lifev/core/util/LifeChrono.hpp>#include <lifev/core/fem/FESpace.hpp>#include <lifev/electrophysiology/util/HeartUtility.hpp>#include <lifev/eta/fem/ETFESpace.hpp>#include <lifev/eta/expression/Integrate.hpp>#include <lifev/core/mesh/MeshLoadingUtility.hpp>#include <lifev/core/algorithm/LinearSolver.hpp>#include <lifev/core/algorithm/Preconditioner.hpp>#include <lifev/core/algorithm/PreconditionerML.hpp>#include <lifev/core/algorithm/PreconditionerIfpack.hpp>
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. | |
Class for solving the Monodomain model in electrophysiology.
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.