57 if constexpr ((SPACE_DIM == 2) || (SPACE_DIM == 3))
61 assert(voronoi_tessellation !=
nullptr);
65 double apoptotic_area = 0.0;
73 unsigned elem_index = elem_iter->GetIndex();
79 if (!pCellPopulation->IsGhostNode(node_index))
82 CellPtr p_cell = pCellPopulation->GetCellUsingLocationIndex(node_index);
86 if (cell_is_apoptotic)
89 apoptotic_area += cell_volume;
93 *this->mpOutStream << total_area <<
" " << apoptotic_area;