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