]> https://gitweb.dealii.org/ - dealii.git/commit
Slight restructure the SVG grid output.
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 4 Aug 2019 20:01:18 +0000 (14:01 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 4 Aug 2019 20:01:18 +0000 (14:01 -0600)
commit24c3eba94bd35771c914d862ad60fd5e3e00c8b1
tree1f3eb30517e3a68836f371f83520d52090a8d13b
parent0c2279ffe2cbb5ebb7225ddeee6d7bfe8f996bc6
Slight restructure the SVG grid output.

In particular:
* Make the svg_project_point() a function in an anonymous namespace
  in the .cc file, rather than a static member function of the class.
* Make those of its arguments that represent directions into tensors,
  rather than Points.
* Move a couple of variable declarations next to their initialization.

As far as functionality is concerned, represent cells by
'level.index' rather than 'level,index', since the former is what you
get when you pass a cell to a std::ostream. Also just use 'level'
in the SVG caption, rather than 'level_number'.
include/deal.II/grid/grid_out.h
source/grid/grid_out.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.