LifeV
|
0D test with Ten Tusscher et al. 2006 model More...
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <fstream>
#include <lifev/electrophysiology/solver/IonicModels/IonicTenTusscher06.hpp>
#include <lifev/core/LifeV.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include "Teuchos_XMLParameterListHelpers.hpp"
Go to the source code of this file.
Macros | |
#define | SolutionTestNorm -2476.4745158656560307 |
Functions | |
Int | main (Int argc, char **argv) |
0D test with Ten Tusscher et al. 2006 model
Note that the model is not solved correctly using Rush-Larsen with forward Euler. In the original code of Ten Tusscher the solution of CaSS and CaSR is computed using a specific algorithm (which I do not know). Therefore I consider all the variables except for the potential as gating variable and use the specific method in their original code to make it work.
Definition in file lifev/electrophysiology/testsuite/test_0DTenTusscher06Model/main.cpp.
#define SolutionTestNorm -2476.4745158656560307 |
Definition at line 75 of file lifev/electrophysiology/testsuite/test_0DTenTusscher06Model/main.cpp.
Initializing Epetra communicator
Finalizing Epetra communicator
Definition at line 77 of file lifev/electrophysiology/testsuite/test_0DTenTusscher06Model/main.cpp.