Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include "AbstractCardiacCellFactory.hpp"
#include "DistributedTetrahedralMesh.hpp"
#include "DistributedTetrahedralMeshPartitionType.hpp"
#include "SimpleStimulus.hpp"
#include "LuoRudy1991.hpp"
#include "HeartRegionCodes.hpp"
Go to the source code of this file.
Classes | |
class | BathCellFactory< DIM, CELLTYPE > |
Functions | |
template<class MeshType > | |
void | SetCircularTissueIn2dMesh (MeshType *pMesh, double centreX, double centreY, double radius) |
template<class MeshType > | |
MeshType * | Load2dMeshAndSetCircularTissue (const std::string &rMeshPath, double centreX, double centreY, double radius) |
template<> | |
DistributedTetrahedralMesh< 2, 2 > * | Load2dMeshAndSetCircularTissue (const std::string &rMeshPath, double centreX, double centreY, double radius) |
Some helper classes and functions for setting up a simple bath problem for testing.
Definition in file SimpleBathProblemSetup.hpp.
MeshType * Load2dMeshAndSetCircularTissue | ( | const std::string & | rMeshPath, |
double | centreX, | ||
double | centreY, | ||
double | radius | ||
) |
Load a 2d mesh, and set everything outside a central circle to be bath.
rMeshPath | relative path to the mesh |
centreX | X co-ord of tissue centre |
centreY | Y co-ord of tissue centre |
radius | radius of tissue |
Definition at line 152 of file SimpleBathProblemSetup.hpp.
References SetCircularTissueIn2dMesh().
DistributedTetrahedralMesh< 2, 2 > * Load2dMeshAndSetCircularTissue | ( | const std::string & | rMeshPath, |
double | centreX, | ||
double | centreY, | ||
double | radius | ||
) |
Specialization for a parallel mesh.
rMeshPath | relative path to the mesh |
centreX | X co-ord of tissue centre |
centreY | Y co-ord of tissue centre |
radius | radius of tissue |
Definition at line 174 of file SimpleBathProblemSetup.hpp.
References DistributedTetrahedralMesh< ELEMENT_DIM, SPACE_DIM >::ConstructFromMeshReader(), and SetCircularTissueIn2dMesh().
void SetCircularTissueIn2dMesh | ( | MeshType * | pMesh, |
double | centreX, | ||
double | centreY, | ||
double | radius | ||
) |
Set everything outside a central circle in the given 2d mesh to be bath.
pMesh | the mesh |
centreX | X co-ord of tissue centre |
centreY | Y co-ord of tissue centre |
radius | radius of tissue |
Definition at line 125 of file SimpleBathProblemSetup.hpp.
References HeartRegionCode::GetValidBathId().
Referenced by Load2dMeshAndSetCircularTissue().