LifeV
IonicFitzHughNagumo.hpp File Reference
#include <lifev/electrophysiology/solver/IonicModels/ElectroIonicModel.hpp>
#include <lifev/core/array/MatrixSmall.hpp>
#include <lifev/core/array/VectorSmall.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include "Teuchos_XMLParameterListHelpers.hpp"
+ Include dependency graph for IonicFitzHughNagumo.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  IonicFitzHughNagumo
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::anonymous_namespace{IonicFitzHughNagumo.hpp}
 

Functions

ElectroIonicModel * createIonicFitzHughNagumo ()
 

Variables

static bool register_IonicFitzHughNagumo = ElectroIonicModel::IonicModelFactory::instance().registerProduct ("FitzHughNagumo", &createIonicFitzHughNagumo )
 

Type definitions

IonicModel - This class implements an ionic model.

typedef ElectroIonicModel super
 
typedef MatrixEpetra< Real > matrix_Type
 
typedef VectorEpetra vector_Type
 
typedef std::shared_ptr< vector_TypevectorPtr_Type
 
typedef RegionMesh< LinearTetra > mesh_Type