]> https://gitweb.dealii.org/ - dealii.git/commit
Fix a wrong data type. 4556/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 28 Jun 2017 02:14:41 +0000 (20:14 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 28 Jun 2017 02:14:41 +0000 (20:14 -0600)
commit2058b39dae72baab43973b7d3aed744a7b457442
tree47c92030783e109bca31f52689cd2273a2f0c35d
parenta332467d75e19197a123e5f53e920af77adeb439
Fix a wrong data type.

When distributing MG DoF indices, we accidentally used 'unsigned int'
instead of 'types::global_dof_index'. That's a bug. We didn't notice
this because we never have more than 4B unknowns on one processor,
and the function was only called in the parallel context to enumerate
the DoFs on the *local* portion of the mesh, before indices were
shifted after communication with other processors. Regardless, it's
worth fixing.
source/dofs/dof_handler_policy.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.