#include <MonodomainPde.hpp>
Inherits AbstractCardiacPde< ELEMENT_DIM, SPACE_DIM >.
Public Member Functions | |
MonodomainPde (AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM > *pCellFactory) | |
MonodomainPde (std::vector< AbstractCardiacCell * > &rCellsDistributed, AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *pMesh) | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | TestMonodomainPde |
class | boost::serialization::access |
MonodomainPde class.
The monodomain equation is of the form: A (C dV/dt + Iionic) +Istim = Div( sigma_i Grad(V) )
where A is the surface area to volume ratio (1/cm), C is the capacitance (uF/cm^2), sigma_i is the intracellular conductivity (mS/cm), I_ionic is the ionic current (uA/cm^2), I_stim is the intracellular stimulus current (uA/cm^3).
Note that default values of A, C and sigma_i are stored in the parent class
Definition at line 56 of file MonodomainPde.hpp.
MonodomainPde< ELEMENT_DIM, SPACE_DIM >::MonodomainPde | ( | AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM > * | pCellFactory | ) | [inline] |
Constructor
pCellFactory | Provides the mesh and cells |
Definition at line 32 of file MonodomainPde.cpp.
MonodomainPde< ELEMENT_DIM, SPACE_DIM >::MonodomainPde | ( | std::vector< AbstractCardiacCell * > & | rCellsDistributed, | |
AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > * | pMesh | |||
) | [inline] |
Another constructor (for archiving)
rCellsDistributed | local cell models (recovered from archive) | |
pMesh | the mesh (also recovered from archive) |
Definition at line 39 of file MonodomainPde.cpp.
void MonodomainPde< ELEMENT_DIM, SPACE_DIM >::serialize | ( | Archive & | archive, | |
const unsigned int | version | |||
) | [inline, private] |
Archive the member variables.
archive | ||
version |
Reimplemented from AbstractCardiacPde< ELEMENT_DIM, SPACE_DIM >.
Definition at line 70 of file MonodomainPde.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCardiacPde< ELEMENT_DIM, SPACE_DIM >.
Definition at line 62 of file MonodomainPde.hpp.