55 if constexpr ((SPACE_DIM == 2) || (SPACE_DIM == 3))
65 unsigned elem_index = elem_iter->GetIndex();
71 *this->mpOutStream << node_index <<
" ";
72 c_vector<double, SPACE_DIM> node_location = pCellPopulation->GetNode(node_index)->rGetLocation();
73 for (
unsigned i=0; i<SPACE_DIM; i++)
75 *this->mpOutStream << node_location[i] <<
" ";
80 *this->mpOutStream << cell_volume <<
" " << cell_surface_area <<
" ";