58 *this->mpOutStream << location_index <<
" ";
61 unsigned cell_id = pCell->GetCellId();
62 *this->mpOutStream << cell_id <<
" ";
66 for (
unsigned i=0; i<SPACE_DIM; i++)
68 *this->mpOutStream << centre_location[i] <<
" ";
72 double delta = pCell->GetCellData()->GetItem(
"delta");
73 *this->mpOutStream << delta <<
" ";
76 double notch = pCell->GetCellData()->GetItem(
"notch");
77 *this->mpOutStream << notch <<
" ";
80 double mean_delta = pCell->GetCellData()->GetItem(
"mean delta");
81 *this->mpOutStream << mean_delta <<
" ";