LifeV
|
#include <HeartIonicSolver.hpp>
Public Types | |
typedef HeartIonicSolver< Mesh, SolverType >::data_Type | data_Type |
typedef HeartIonicSolver< Mesh, SolverType >::vector_Type | vector_Type |
typedef HeartIonicSolver< Mesh, SolverType >::function_Type | function_Type |
Public Types inherited from HeartIonicSolver< Mesh, SolverType > | |
typedef HeartIonicData | data_Type |
typedef Real(* | function_Type) (const Real &, const Real &, const Real &, const Real &, const ID &) |
typedef std::function< Real(const markerID_Type &ref, const Real &x, const Real &y, const Real &z, const ID &i) > | functorTauClose_Type |
typedef Mesh | mesh_Type |
typedef SolverType::matrix_type | matrix_Type |
typedef SolverType::vector_type | vector_Type |
typedef SolverType::prec_raw_type | precRaw_Type |
typedef SolverType::prec_type | prec_Type |
Public Member Functions | |
LuoRudy (const data_Type &dataType, const Mesh &mesh, FESpace< Mesh, MapEpetra > &uFEspace, Epetra_Comm &comm) | |
Constructor. More... | |
virtual | ~LuoRudy () |
void | updateRepeated () |
void | updateElementSolution (UInt eleID) |
Update the ionic model elvecs. More... | |
void | computeODECoefficients (const Real &u_ig) |
void | solveIonicModel (const vector_Type &u, const Real timeStep) |
Solves the ionic model. More... | |
void | computeIonicCurrent (Real Capacitance, VectorElemental &elvec, VectorElemental &elvec_u, FESpace< Mesh, MapEpetra > &uFESpace) |
Computes the term -1/ u^n (G (1-u^n/vp) (1-u^n/v_th) + eta_1 v^{n+1}) for the PDE righthand side. More... | |
void | initialize () |
Initialize. More... | |
const vector_Type & | solutionGatingH () const |
Returns the local solution vector for each field. More... | |
const vector_Type & | solutionGatingJ () const |
const vector_Type & | solutionGatingM () const |
const vector_Type & | solutionGatingD () const |
const vector_Type & | solutionGatingF () const |
const vector_Type & | solutionGatingX () const |
const vector_Type & | solutionGatingCa () const |
Public Member Functions inherited from HeartIonicSolver< Mesh, SolverType > | |
HeartIonicSolver (const data_Type &dataType, const Mesh &mesh, FESpace< Mesh, MapEpetra > &uFEspace, Epetra_Comm &comm) | |
Constructor. More... | |
virtual | ~HeartIonicSolver () |
Destructor. More... | |
FESpace< Mesh, MapEpetra > & | recoveryFESpace () |
Returns the recovery variable FE space. More... | |
Epetra_Map const & | getRepeatedMapEpetra () const |
Return maps. More... | |
MapEpetra const & | getMap () const |
Protected Attributes | |
vector_Type | M_solutionGatingH |
Global solution h. More... | |
vector_Type | M_solutionGatingJ |
Global solution j. More... | |
vector_Type | M_solutionGatingM |
Global solution m. More... | |
vector_Type | M_solutionGatingD |
Global solution d. More... | |
vector_Type | M_solutionGatingF |
Global solution f. More... | |
vector_Type | M_solutionGatingX |
Global solution X. More... | |
vector_Type | M_solutionGatingCa |
Global solution Ca_i. More... | |
vector_Type | M_ionicCurrent |
vector_Type | M_ionicCurrentRepeated |
VectorElemental | M_elemVecIonicCurrent |
Additional Inherited Members | |
Protected Member Functions inherited from HeartIonicSolver< Mesh, SolverType > | |
UInt | solutionUDimension () const |
Definition at line 562 of file HeartIonicSolver.hpp.
typedef HeartIonicSolver<Mesh, SolverType>::data_Type data_Type |
Definition at line 565 of file HeartIonicSolver.hpp.
typedef HeartIonicSolver<Mesh, SolverType>::vector_Type vector_Type |
Definition at line 566 of file HeartIonicSolver.hpp.
typedef HeartIonicSolver<Mesh, SolverType>::function_Type function_Type |
Definition at line 567 of file HeartIonicSolver.hpp.
LuoRudy | ( | const data_Type & | dataType, |
const Mesh & | mesh, | ||
FESpace< Mesh, MapEpetra > & | uFEspace, | ||
Epetra_Comm & | comm | ||
) |
Constructor.
Definition at line 696 of file HeartIonicSolver.hpp.
|
inlinevirtual |
Definition at line 574 of file HeartIonicSolver.hpp.
|
virtual |
Implements HeartIonicSolver< Mesh, SolverType >.
Definition at line 744 of file HeartIonicSolver.hpp.
|
virtual |
Update the ionic model elvecs.
Filling local elvec with recovery variable values in the nodes
Implements HeartIonicSolver< Mesh, SolverType >.
Definition at line 751 of file HeartIonicSolver.hpp.
void computeODECoefficients | ( | const Real & | u_ig | ) |
|
virtual |
Solves the ionic model.
Solving dw/dt=eta2 (u/vp - eta3 w)
Implements HeartIonicSolver< Mesh, SolverType >.
Definition at line 766 of file HeartIonicSolver.hpp.
|
virtual |
Computes the term -1/ u^n (G (1-u^n/vp) (1-u^n/v_th) + eta_1 v^{n+1}) for the PDE righthand side.
Implements HeartIonicSolver< Mesh, SolverType >.
Definition at line 975 of file HeartIonicSolver.hpp.
|
virtual |
Initialize.
Implements HeartIonicSolver< Mesh, SolverType >.
Definition at line 999 of file HeartIonicSolver.hpp.
|
inline |
Returns the local solution vector for each field.
Definition at line 592 of file HeartIonicSolver.hpp.
|
inline |
Definition at line 597 of file HeartIonicSolver.hpp.
|
inline |
Definition at line 602 of file HeartIonicSolver.hpp.
|
inline |
Definition at line 607 of file HeartIonicSolver.hpp.
|
inline |
Definition at line 612 of file HeartIonicSolver.hpp.
|
inline |
Definition at line 617 of file HeartIonicSolver.hpp.
|
inline |
Definition at line 622 of file HeartIonicSolver.hpp.
Real M_K0 |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Ki |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Na0 |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Nai |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_R |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_temperature |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_F |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_permeabilityRatio |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_c |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Ena |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Gk |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Ek |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Gk1 |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Ek1 |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Ekp |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Esi |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_ah |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bh |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_aj |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bj |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_xii |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_am |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bm |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_ad |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bd |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_af |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_aX |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bX |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_ak1 |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_bk1 |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Kp |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_K1inf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_hinf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_tauh |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_jinf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_tauj |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_minf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_taum |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_dinf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_taud |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_finf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_tauf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Xinf |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_tauX |
Definition at line 627 of file HeartIonicSolver.hpp.
Real M_Ina |
Definition at line 634 of file HeartIonicSolver.hpp.
Real M_Islow |
Definition at line 636 of file HeartIonicSolver.hpp.
Real M_Ik |
Definition at line 638 of file HeartIonicSolver.hpp.
Real M_Ik1 |
Definition at line 640 of file HeartIonicSolver.hpp.
Real M_Ikp |
Definition at line 642 of file HeartIonicSolver.hpp.
Real M_Iback |
Definition at line 644 of file HeartIonicSolver.hpp.
Real M_Ik1t |
Definition at line 646 of file HeartIonicSolver.hpp.
vector_Type M_vectorExponentialh |
Definition at line 648 of file HeartIonicSolver.hpp.
vector_Type M_vectorExponentialj |
Definition at line 649 of file HeartIonicSolver.hpp.
vector_Type M_vectorExponentialm |
Definition at line 650 of file HeartIonicSolver.hpp.
vector_Type M_vectorExponentiald |
Definition at line 651 of file HeartIonicSolver.hpp.
vector_Type M_vectorExponentialf |
Definition at line 652 of file HeartIonicSolver.hpp.
vector_Type M_vectorExponentialX |
Definition at line 653 of file HeartIonicSolver.hpp.
vector_Type M_vectorInfimumh |
Definition at line 654 of file HeartIonicSolver.hpp.
vector_Type M_vectorInfimumj |
Definition at line 655 of file HeartIonicSolver.hpp.
vector_Type M_vectorInfimumm |
Definition at line 656 of file HeartIonicSolver.hpp.
vector_Type M_vectorInfimumd |
Definition at line 657 of file HeartIonicSolver.hpp.
vector_Type M_vectorInfimumf |
Definition at line 658 of file HeartIonicSolver.hpp.
vector_Type M_vectorInfimumX |
Definition at line 659 of file HeartIonicSolver.hpp.
vector_Type M_vectorIonicChange |
Definition at line 660 of file HeartIonicSolver.hpp.
|
protected |
Global solution h.
Definition at line 664 of file HeartIonicSolver.hpp.
|
protected |
Global solution j.
Definition at line 666 of file HeartIonicSolver.hpp.
|
protected |
Global solution m.
Definition at line 668 of file HeartIonicSolver.hpp.
|
protected |
Global solution d.
Definition at line 670 of file HeartIonicSolver.hpp.
|
protected |
Global solution f.
Definition at line 672 of file HeartIonicSolver.hpp.
|
protected |
Global solution X.
Definition at line 674 of file HeartIonicSolver.hpp.
|
protected |
Global solution Ca_i.
Definition at line 676 of file HeartIonicSolver.hpp.
|
protected |
Definition at line 678 of file HeartIonicSolver.hpp.
|
protected |
Definition at line 680 of file HeartIonicSolver.hpp.
|
protected |
Definition at line 682 of file HeartIonicSolver.hpp.