59 *this->mpOutStream << location_index <<
" ";
62 unsigned cell_id = pCell->GetCellId();
63 *this->mpOutStream << cell_id <<
" ";
67 for (
unsigned i=0; i<SPACE_DIM; i++)
69 *this->mpOutStream << centre_location[i] <<
" ";
73 double value = pCell->GetCellData()->GetItem(mCellDataVariableName);
74 *this->mpOutStream << value <<
" ";