58 if constexpr ((SPACE_DIM == 2) || (SPACE_DIM == 3))
62 assert(voronoi_tessellation !=
nullptr);
66 double apoptotic_area = 0.0;
74 unsigned elem_index = elem_iter->GetIndex();
80 if (!pCellPopulation->IsGhostNode(node_index))
83 CellPtr p_cell = pCellPopulation->GetCellUsingLocationIndex(node_index);
87 if (cell_is_apoptotic)
90 apoptotic_area += cell_volume;
94 *this->mpOutStream << total_area <<
" " << apoptotic_area;