67 unsigned cell_id = pCell->GetCellId();
69 c_vector<double, SPACE_DIM> applied_force = GetVectorCellDataForVtkOutput(pCell, pCellPopulation);
71 *this->mpOutStream << location_index <<
" " << cell_id <<
" ";
72 for (
unsigned i=0; i<SPACE_DIM; i++)
74 *this->mpOutStream << cell_location[i] <<
" ";
76 for (
unsigned i=0; i<SPACE_DIM; i++)
78 *this->mpOutStream << applied_force[i] <<
" ";