]> https://gitweb.dealii.org/ - dealii.git/commit
Get rid of TriaObject.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 2 Jun 2020 20:35:42 +0000 (14:35 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 2 Jun 2020 20:35:42 +0000 (14:35 -0600)
commit4f553fe2392867ff80841bcbb5ced7bf783e8b00
tree112f0068ab4cef1a03800d73fb6b5a4691010d3d
parent0e87975d0c3573c03aba57e20c1116a572db9edd
Get rid of TriaObject.

TriaObject was a class that was a barely disguised ArrayView, but the class
name wouldn't have told you that. It's not actually very difficult to replace
it by ArrayView, which is what this patch does.

In the process, rename the TriaObjects::get_object() function to
TriaObjects::get_bounding_object_indices() which is both a more
descriptive name of what it returns, and matches the recently
introduced set_bounding_object_indices() function.
include/deal.II/grid/tria_accessor.h
include/deal.II/grid/tria_accessor.templates.h
include/deal.II/grid/tria_faces.h
include/deal.II/grid/tria_levels.h
include/deal.II/grid/tria_object.h [deleted file]
include/deal.II/grid/tria_objects.h
source/grid/tria.cc
source/grid/tria_accessor.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.