this->maybe_invalidate_previous_present_cell (cell);
this->check_cell_similarity(cell);
- // set new cell. auto_ptr will take
- // care that old object gets
- // destroyed and also that this
- // object gets destroyed in the
- // destruction of the current object
reset_pointer_in_place_if_possible<typename FEValuesBase<dim,spacedim>::TriaCellIterator>
(this->present_cell, cell);
this->maybe_invalidate_previous_present_cell (cell);
this->check_cell_similarity(cell);
- // set new cell. auto_ptr will take
- // care that old object gets
- // destroyed and also that this
- // object gets destroyed in the
- // destruction of the current object
reset_pointer_in_place_if_possible<typename FEValuesBase<dim,spacedim>::template CellIterator<TriaIterator<DoFCellAccessor<DH, lda> > > >
(this->present_cell, cell);
Assert (face_no < GeometryInfo<dim>::faces_per_cell,
ExcIndexRange (face_no, 0, GeometryInfo<dim>::faces_per_cell));
- // set new cell. auto_ptr will take
- // care that old object gets
- // destroyed and also that this
- // object gets destroyed in the
- // destruction of the current object
this->maybe_invalidate_previous_present_cell (cell);
reset_pointer_in_place_if_possible<typename FEValuesBase<dim,spacedim>::template CellIterator<TriaIterator<DoFCellAccessor<DH, lda> > > >
(this->present_cell, cell);
Assert (face_no < GeometryInfo<dim>::faces_per_cell,
ExcIndexRange (face_no, 0, GeometryInfo<dim>::faces_per_cell));
- // set new cell. auto_ptr will take
- // care that old object gets
- // destroyed and also that this
- // object gets destroyed in the
- // destruction of the current object
this->maybe_invalidate_previous_present_cell (cell);
reset_pointer_in_place_if_possible<typename FEValuesBase<dim,spacedim>::TriaCellIterator>
(this->present_cell, cell);
"already refined. Iterate over their children "
"instead in these cases."));
- // set new cell. auto_ptr will take
- // care that old object gets
- // destroyed and also that this
- // object gets destroyed in the
- // destruction of the current object
this->maybe_invalidate_previous_present_cell (cell);
reset_pointer_in_place_if_possible<typename FEValuesBase<dim,spacedim>::template CellIterator<TriaIterator<DoFCellAccessor<DH, lda> > > >
(this->present_cell, cell);
Assert (subface_no < cell->face(face_no)->n_children(),
ExcIndexRange (subface_no, 0, cell->face(face_no)->n_children()));
- // set new cell. auto_ptr will take
- // care that old object gets
- // destroyed and also that this
- // object gets destroyed in the
- // destruction of the current object
this->maybe_invalidate_previous_present_cell (cell);
reset_pointer_in_place_if_possible<typename FEValuesBase<dim,spacedim>::TriaCellIterator>
(this->present_cell, cell);