59 EXCEPTION(
"SlidingBoundaryCondition requires a subclass of AbstractOffLatticeCellPopulation.");
62 ChasteCuboid<DIM> bounds = this->mpCellPopulation->rGetMesh().CalculateBoundingBox();
66 for (
unsigned node_index=0; node_index<this->mpCellPopulation->GetNumNodes(); node_index++)
68 Node<DIM>* p_node = this->mpCellPopulation->GetNode(node_index);
72 c_vector<double, DIM> old_node_location;
73 old_node_location = rOldLocations.find(p_node)->second;