38 #ifndef __LUMPEDHEART_HPP 39 #define __LUMPEDHEART_HPP 42 #include <lifev/core/LifeV.hpp> 43 #include <lifev/core/filter/GetPot.hpp> 44 #include <lifev/core/fem/BCHandler.hpp> 45 #include <lifev/fsi/solver/FSISolver.hpp> 46 #include <lifev/fsi/solver/FSIOperator.hpp> 58 typedef FSIOperator::vector_Type vector_Type;
59 typedef FSIOperator::vectorPtr_Type vectorPtr_Type;
78 M_ODEscheme.setup (1);
82 const std::string& FileName);
void assignFunction(bcBase_Type &base)
Assign the function to the base of the BCHandler.
static Real & outPressure(const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
Real M_elastance(const Real &t)
void renewParameters(FSIOperator &Oper, const int &flag, const Real &time, const Real &flux)
Real M_time
Short description of this method.
void initParameters(FSIOperator &Oper, const std::string &FileName)
TimeAdvanceBDF< Real > M_ODEscheme
Real fZero(const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
class TimeAdvanceBDF - Backward differencing formula time discretization for the first and the second...
double Real
Generic real data.