]> https://gitweb.dealii.org/ - dealii.git/commit
Use the appropriate data type for hp::DoFHandler::vertex_dof_offsets. 4778/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 10 Aug 2017 22:45:41 +0000 (16:45 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 11 Aug 2017 12:55:12 +0000 (06:55 -0600)
commitb0b1122679bb0ae5f3b0e58bc66d020756a53d6e
tree51dd2d01b8af3f3982461aa2a88a91f59ae95fc6
parent103056a1fc61609d68faa8bb454150a25641058a
Use the appropriate data type for hp::DoFHandler::vertex_dof_offsets.

The array stores offsets into another array -- using 'unsigned int' is enough,
we don't need to use 'types::global_dof_index' for this.

While there, also rename the variable to get singular/plural right.
include/deal.II/dofs/dof_accessor.templates.h
include/deal.II/hp/dof_handler.h
source/hp/dof_handler.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.