LifeV
|
Typedefs | |
typedef ElectroIonicModel | ionicModel_Type |
typedef std::shared_ptr< ionicModel_Type > | ionicModelPtr_Type |
typedef std::function< Real(const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) > | function_Type |
Functions | |
Real | chooseIonicModel (ionicModelPtr_Type &model, std::string ionic_model, Epetra_Comm &Comm) |
Real | PacingProtocolMM (const Real &t, const Real &x, const Real &y, const Real &z, const ID &) |
Real | PacingProtocolHH (const Real &t, const Real &x, const Real &y, const Real &z, const ID &) |
Real | PacingProtocol (const Real &t, const Real &x, const Real &y, const Real &z, const ID &) |
void | setStimulus (function_Type &f, std::string ionic_model) |
typedef ElectroIonicModel ionicModel_Type |
Definition at line 84 of file benchmarkUtility.hpp.
typedef std::shared_ptr<ionicModel_Type> ionicModelPtr_Type |
Definition at line 85 of file benchmarkUtility.hpp.
typedef std::function< Real (const Real& t, const Real& x, const Real& y, const Real& z, const ID& i ) > function_Type |
Definition at line 90 of file benchmarkUtility.hpp.
Real LifeV::BenchmarkUtility::chooseIonicModel | ( | ionicModelPtr_Type & | model, |
std::string | ionic_model, | ||
Epetra_Comm & | Comm | ||
) |
Definition at line 97 of file benchmarkUtility.hpp.
Real LifeV::BenchmarkUtility::PacingProtocolMM | ( | const Real & | t, |
const Real & | x, | ||
const Real & | y, | ||
const Real & | z, | ||
const ID & | |||
) |
Definition at line 163 of file benchmarkUtility.hpp.
Real LifeV::BenchmarkUtility::PacingProtocolHH | ( | const Real & | t, |
const Real & | x, | ||
const Real & | y, | ||
const Real & | z, | ||
const ID & | |||
) |
Definition at line 196 of file benchmarkUtility.hpp.
Real LifeV::BenchmarkUtility::PacingProtocol | ( | const Real & | t, |
const Real & | x, | ||
const Real & | y, | ||
const Real & | z, | ||
const ID & | |||
) |
Definition at line 229 of file benchmarkUtility.hpp.
void LifeV::BenchmarkUtility::setStimulus | ( | function_Type & | f, |
std::string | ionic_model | ||
) |
Definition at line 261 of file benchmarkUtility.hpp.