52 friend class TestNodeBasedCellPopulationWithParticles;
75 void SetParticles(
const std::set<unsigned>& rParticleIndices);
88 template<
class Archive>
89 void serialize(Archive & archive,
const unsigned int version)
91 archive & boost::serialization::base_object<NodeBasedCellPopulation<DIM> >(*this);
107 std::vector<CellPtr>& rCells,
108 const std::vector<unsigned> locationIndices=std::vector<unsigned>(),
109 bool deleteMesh=
false);
152 CellPtr
AddCell(CellPtr pNewCell, CellPtr pParentCell);
void OutputCellPopulationParameters(out_stream &rParamsFile)
std::set< unsigned > GetParticleIndices()
virtual void AcceptCellWritersAcrossPopulation()
CellPtr AddCell(CellPtr pNewCell, CellPtr pParentCell)
void UpdateParticlesAfterReMesh(NodeMap &rMap)
virtual void WriteVtkResultsToFile(const std::string &rDirectory)
bool IsParticle(unsigned index)
friend class boost::serialization::access
void serialize(Archive &archive, const unsigned int version)
void SetParticles(const std::set< unsigned > &rParticleIndices)