MonodomainPde< ELEMENT_DIM, SPACE_DIM > Class Template Reference

#include <MonodomainPde.hpp>

Inherits AbstractCardiacPde< ELEMENT_DIM, SPACE_DIM >.

Collaboration diagram for MonodomainPde< ELEMENT_DIM, SPACE_DIM >:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
class MonodomainPde< ELEMENT_DIM, SPACE_DIM >

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.


Constructor & Destructor Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
MonodomainPde< ELEMENT_DIM, SPACE_DIM >::MonodomainPde ( AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM > *  pCellFactory  )  [inline]

Constructor

Parameters:
pCellFactory Provides the mesh and cells

Definition at line 32 of file MonodomainPde.cpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
MonodomainPde< ELEMENT_DIM, SPACE_DIM >::MonodomainPde ( std::vector< AbstractCardiacCell * > &  rCellsDistributed,
AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *  pMesh 
) [inline]

Another constructor (for archiving)

Parameters:
rCellsDistributed local cell models (recovered from archive)
pMesh the mesh (also recovered from archive)

Definition at line 39 of file MonodomainPde.cpp.


Member Function Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
template<class Archive >
void MonodomainPde< ELEMENT_DIM, SPACE_DIM >::serialize ( Archive &  archive,
const unsigned int  version 
) [inline, private]

Archive the member variables.

Parameters:
archive 
version 

Reimplemented from AbstractCardiacPde< ELEMENT_DIM, SPACE_DIM >.

Definition at line 70 of file MonodomainPde.hpp.


Friends And Related Function Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM = ELEMENT_DIM>
friend class boost::serialization::access [friend]

Needed for serialization.

Reimplemented from AbstractCardiacPde< ELEMENT_DIM, SPACE_DIM >.

Definition at line 62 of file MonodomainPde.hpp.


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2