]> https://gitweb.dealii.org/ - dealii.git/commit
Clean up GridIn::read_vtk() in several ways. 3595/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 16 Nov 2016 14:36:14 +0000 (07:36 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 16 Nov 2016 14:36:14 +0000 (07:36 -0700)
commit3cc3ca7db49b56b20fed0f641c63165a459d9d72
tree510a5275b277f6b6b29be4e657a449ed667ca99c
parentbc04cd0180de34fd1119e9b7230ea98688bc1761
Clean up GridIn::read_vtk() in several ways.

Rename some variables. Also note that we always had
  vertex_indices[i] = i
  quad_indices[i] = i
  line_indices[i] = i
and so can get rid of these maps. They are a left-over from apparently copy-pasting
the initial version of this function from the UNV reader where this did not
have to be the case.

The function has many other problems, but I'm an incrementalist and I choose progress
over waiting for the perfect to happen :-).
source/grid/grid_in.cc

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.