]> https://gitweb.dealii.org/ - dealii.git/commit
Add three conversion operators for iterators of different type. For example, it is...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 20 Feb 1999 13:40:10 +0000 (13:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 20 Feb 1999 13:40:10 +0000 (13:40 +0000)
commit24991a2fcd193570867297d983f1c86e10dd2983
tree2893d514bf21878b1b41860bdc1f099a3f18fc38
parentf34272fc2cdfdd843d837f8cdc531fcd5b5ab450
Add three conversion operators for iterators of different type. For example, it is now perfectly legal to write
  Triangulation<dim>::cell_iterator cell = dof_handler.begin();
Previously, this was not possible, since the DoFHandler returned an object of type
  TriaIterator<dim,DoFCellAccessor>
while the left hand side required a
  TriaIterator<dim,TriaCellAccessor>
Since the first accessor is convertible into the second, it is now
possible to convert the first data type into the second.

git-svn-id: https://svn.dealii.org/trunk@856 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/deal.II/include/grid/tria_iterator.h

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.