LifeV
|
#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"
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 | |
typedef ElectroIonicModel | super |
typedef MatrixEpetra< Real > | matrix_Type |
typedef VectorEpetra | vector_Type |
typedef std::shared_ptr< vector_Type > | vectorPtr_Type |
typedef RegionMesh< LinearTetra > | mesh_Type |