54 if constexpr ((SPACE_DIM == 2) || (SPACE_DIM == 3))
64 unsigned elem_index = elem_iter->GetIndex();
70 *this->mpOutStream << node_index <<
" ";
71 c_vector<double, SPACE_DIM> node_location = pCellPopulation->GetNode(node_index)->rGetLocation();
72 for (
unsigned i=0; i<SPACE_DIM; i++)
74 *this->mpOutStream << node_location[i] <<
" ";
79 *this->mpOutStream << cell_volume <<
" " << cell_surface_area <<
" ";