LifeV
|
Contains an extension to the elemOper for including the fibers in the stiffness term for the Bidomain, Monodomain, and @ Electromechanical problems. More...
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
template<class vector_type > | |
void | stiff (const Real sigma_l, const Real sigma_t, const vector_type &cos, MatrixElemental &elmat, const CurrentFE &fe, const DOF &dof, UInt iblock, UInt jblock) |
template<class reduced_sigma , class vector_type > | |
void | stiff (const reduced_sigma &red_sigma, const Real sigma_l, const Real sigma_t, const vector_type &cos, MatrixElemental &elmat, const CurrentFE &fe, const DOF &dof, UInt iblock, UInt jblock, ID id=0) |
template<class reduced_sigma > | |
void | stiff (reduced_sigma red_sigma, const Real D, MatrixElemental &elmat, const CurrentFE &fe, const DOF &dof, UInt iblock, UInt jblock, ID id=0) |
template<class vector_type > | |
void | stiffNL (vector_type &U, Real coef, MatrixElemental &elmat, const CurrentFE &fe, const DOF &dof, UInt iblock, UInt jblock, const Real beta) |
template<class vector_type > | |
void | stiffNL (const vector_type &U, const Real sigma_l, const Real sigma_t, const vector_type &cos, MatrixElemental &elmat, const CurrentFE &fe, const DOF &dof, UInt iblock, UInt jblock, const Real beta) |
Contains an extension to the elemOper for including the fibers in the stiffness term for the Bidomain, Monodomain, and @ Electromechanical problems.
Simone Rossi simon Simone Rossi e.ro ssi@e pfl. chsimon, Ricardo Ruiz-Baier e.ro ssi@e pfl. chricar do.r uiz@e pfl. ch
Definition in file HeartStiffnessFibers.hpp.