LifeV
|
Test on an idealized ventricle. More...
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/electrophysiology/solver/ElectroETAMonodomainSolver.hpp>
#include <lifev/electrophysiology/solver/IonicModels/IonicMinimalModel.hpp>
#include <lifev/core/LifeV.hpp>
#include <lifev/electrophysiology/util/HeartUtility.hpp>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | solutionNorm 48.66815714672445381 |
Functions | |
Int | main (Int argc, char **argv) |
Test on an idealized ventricle.
In this test I solve the monodomain on the idealized ventricle setting with the minimal model and SVI. To initiate the excitation I set the initial condition of the potential to one on the endocardium. The fiber field is loaded from file.
Note that the given mesh is super coarse. Using SVI the propagation will be super fast. Please refine the mesh and run this test again. You can create a fiber field using the test_fibers
Definition in file lifev/electrophysiology/testsuite/test_ventricle/main.cpp.
#define solutionNorm 48.66815714672445381 |
Definition at line 83 of file lifev/electrophysiology/testsuite/test_ventricle/main.cpp.
Initializing Epetra communicator
Definition at line 86 of file lifev/electrophysiology/testsuite/test_ventricle/main.cpp.