LifeV
|
#include <HeartBidomainData.hpp>
Public Types | |
typedef std::function< Real(Real const &x, Real const &y, Real const &z, Real const &t, ID const &id, Real const &) > | region_Type |
Constructor & Destructor | |
HeartBidomainData () | |
Constructors. More... | |
HeartBidomainData (std::shared_ptr< HeartFunctors > heart) | |
HeartBidomainData (const HeartBidomainData &dataBidomain) | |
virtual | ~HeartBidomainData () |
Operators | |
HeartBidomainData & | operator= (const HeartBidomainData &dataBidomain) |
Methods | |
void | showMe (std::ostream &output=std::cout) |
Output: show the data used for the simulation. More... | |
Set Methods | |
void | setup (const GetPot &dataFile) |
external setup: set all the data for the simulation More... | |
Additional Inherited Members | |
Public Member Functions inherited from MeshData | |
MeshData () | |
Empty Constructor. More... | |
MeshData (const GetPot &dataFile, const std::string §ion="space_discretization") | |
Constructor. More... | |
MeshData (const MeshData &meshData) | |
Copy constructor. More... | |
virtual | ~MeshData () |
Virtual destructor. More... | |
void | setup (const GetPot &dataFile, const std::string §ion) |
Read the dataFile and set all the members. More... | |
void | setup (const Teuchos::ParameterList &meshParameters) |
Set all members using a Teuchos ParameterList. More... | |
virtual void | showMe (std::ostream &output=std::cout) const |
Display the values. More... | |
void | setMeshDir (const std::string &dir) |
void | setMeshFile (const std::string &file) |
void | setMeshType (const std::string &type) |
void | setMOrder (const std::string &order) |
void | setVerbose (const bool &isVerbose) |
const std::string & | meshDir () const |
const std::string & | meshFile () const |
const std::string & | meshType () const |
const std::string & | mOrder () const |
const bool & | verbose () const |
Public Member Functions inherited from TimeData | |
TimeData () | |
Empty Constructor. More... | |
TimeData (const GetPot &dataFile, const std::string §ion="time_discretization") | |
Constructor. More... | |
TimeData (const TimeData &TimeData) | |
Copy constructor. More... | |
virtual | ~TimeData () |
Virtual destructor. More... | |
void | setup (const GetPot &dfile, const std::string §ion="time_discretization") |
Read the dataFile and set all the internal quantities. More... | |
void | updateTime () |
Update the time by a timestep. More... | |
bool | canAdvance () |
Return if we can make a new timestep. More... | |
bool | isFirstTimeStep () |
Return if it is the initial time step. More... | |
bool | isLastTimeStep () |
Return if it is the last time step. More... | |
void | showMe (std::ostream &output=std::cout) const |
Display general information about the content of the class. More... | |
Real | round (const Real &n, const Int &decimal=10) const |
void | setInitialTime (const Real &initialTime) |
Set the initial time step. More... | |
void | setEndTime (const Real &endTime) |
Set the final time step. More... | |
void | setTime (const Real &time) |
Set the present time of the simulation. More... | |
void | setTimeStep (const Real &timeStep) |
Set the initial time step. More... | |
void | setTimeStepNumber (const UInt &timeStepNumber) |
Set the time step number. More... | |
const Real & | initialTime () const |
Get the initial time step. More... | |
const Real & | endTime () const |
Get the final time step. More... | |
const Real & | periodTime () const |
Get the period. More... | |
const Real & | time () const |
Get the present time. More... | |
Real | leftTime () const |
Get the time left. More... | |
Real | elapsedTime () const |
Get the elapsed time. More... | |
Real | inCycleTime () const |
Get the present time shifted inside the first cycle (i.e. More... | |
Real | previousTime () const |
Get the previous time. More... | |
Real | nextTime () const |
Get the next time. More... | |
const Real & | timeStep () const |
Get the time step used for advancing. More... | |
const UInt & | timeStepNumber () const |
Get the number of time step performed. More... | |
Definition at line 55 of file HeartBidomainData.hpp.
typedef std::function< Real ( Real const& x, Real const& y, Real const& z, Real const& t, ID const& id, Real const&) > region_Type |
Definition at line 74 of file HeartBidomainData.hpp.
Constructors.
Definition at line 60 of file HeartBidomainData.cpp.
HeartBidomainData | ( | std::shared_ptr< HeartFunctors > | heart | ) |
HeartBidomainData | ( | const HeartBidomainData & | dataBidomain | ) |
|
inlinevirtual |
Definition at line 90 of file HeartBidomainData.hpp.
HeartBidomainData & operator= | ( | const HeartBidomainData & | dataBidomain | ) |
Definition at line 117 of file HeartBidomainData.cpp.
void showMe | ( | std::ostream & | output = std::cout | ) |
Output: show the data used for the simulation.
Definition at line 203 of file HeartBidomainData.cpp.
void setup | ( | const GetPot & | dataFile | ) |
external setup: set all the data for the simulation
Definition at line 148 of file HeartBidomainData.cpp.
|
inline |
Definition at line 123 of file HeartBidomainData.hpp.
|
inline |
Definition at line 128 of file HeartBidomainData.hpp.
|
inline |
Definition at line 133 of file HeartBidomainData.hpp.
|
inline |
verbose
Definition at line 139 of file HeartBidomainData.hpp.
|
inline |
FE space order.
Definition at line 145 of file HeartBidomainData.hpp.
|
inline |
Chi.
Definition at line 151 of file HeartBidomainData.hpp.
|
inline |
fiber File
Definition at line 156 of file HeartBidomainData.hpp.
|
inline |
|
inline |
|
inline |
format vct
Definition at line 172 of file HeartBidomainData.hpp.
|
inline |
sigma_l
Definition at line 178 of file HeartBidomainData.hpp.
|
inline |
Definition at line 182 of file HeartBidomainData.hpp.
|
inline |
sigma_t
Definition at line 188 of file HeartBidomainData.hpp.
|
inline |
Definition at line 192 of file HeartBidomainData.hpp.
|
inline |
Cm.
Definition at line 198 of file HeartBidomainData.hpp.
|
inline |
D.
Definition at line 203 of file HeartBidomainData.hpp.
|
inline |
Post_dir.
Definition at line 208 of file HeartBidomainData.hpp.
|
inline |
Post_dir.
Definition at line 213 of file HeartBidomainData.hpp.
|
inline |
|
private |
Definition at line 227 of file HeartBidomainData.hpp.
|
private |
Definition at line 228 of file HeartBidomainData.hpp.
|
private |
Definition at line 229 of file HeartBidomainData.hpp.
|
private |
Definition at line 231 of file HeartBidomainData.hpp.
|
private |
Definition at line 232 of file HeartBidomainData.hpp.
|
private |
Definition at line 235 of file HeartBidomainData.hpp.
|
private |
Definition at line 236 of file HeartBidomainData.hpp.
|
private |
Definition at line 238 of file HeartBidomainData.hpp.
|
private |
Definition at line 240 of file HeartBidomainData.hpp.
|
private |
Definition at line 241 of file HeartBidomainData.hpp.
|
private |
Definition at line 242 of file HeartBidomainData.hpp.
|
private |
Definition at line 243 of file HeartBidomainData.hpp.
|
private |
Definition at line 244 of file HeartBidomainData.hpp.
|
private |
Definition at line 245 of file HeartBidomainData.hpp.
|
private |
Definition at line 246 of file HeartBidomainData.hpp.
|
private |
Definition at line 247 of file HeartBidomainData.hpp.
|
private |
Definition at line 249 of file HeartBidomainData.hpp.
|
private |
Definition at line 250 of file HeartBidomainData.hpp.
|
private |
Definition at line 251 of file HeartBidomainData.hpp.
|
private |
full name
Definition at line 252 of file HeartBidomainData.hpp.