LifeV
HeartStiffnessFibers.hpp File Reference

Contains an extension to the elemOper for including the fibers in the stiffness term for the Bidomain, Monodomain, and @ Electromechanical problems. More...

+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Contains an extension to the elemOper for including the fibers in the stiffness term for the Bidomain, Monodomain, and @ Electromechanical problems.

Date
12-2009
Author
Ricardo Ruiz-Baier ricar.nosp@m.do.r.nosp@m.uiz@e.nosp@m.pfl..nosp@m.ch

Simone Rossi simon.nosp@m.e.ro.nosp@m.ssi@e.nosp@m.pfl..nosp@m.ch Simone Rossi simon.nosp@m.e.ro.nosp@m.ssi@e.nosp@m.pfl..nosp@m.ch, Ricardo Ruiz-Baier ricar.nosp@m.do.r.nosp@m.uiz@e.nosp@m.pfl..nosp@m.ch

Definition in file HeartStiffnessFibers.hpp.