]> https://gitweb.dealii.org/ - dealii.git/commit
Use face_orientation to encode 2D orientation information. 16373/head
authorDavid Wells <drwells@email.unc.edu>
Wed, 20 Dec 2023 14:49:41 +0000 (09:49 -0500)
committerDavid Wells <drwells@email.unc.edu>
Wed, 20 Dec 2023 22:03:38 +0000 (17:03 -0500)
commit0d0b243b8658ea0d663440b50612229796abb756
tree7c3372fff5a35f954865f7377e71600c936f1530
parent49444955f263372e7b44a14f90a4191325749813
Use face_orientation to encode 2D orientation information.

More progress towards the goal of consistently encoding orientations in the
library. Ultimately, 0 should be the default orientation in all dimensions. With
this change only orientations 0 and 1 are valid in 2D (though 1 is the default),
whereas before it was 1 and 3.
29 files changed:
doc/news/changes/incompatibilities/20231220DavidWells [new file with mode: 0644]
include/deal.II/base/geometry_info.h
include/deal.II/grid/reference_cell.h
include/deal.II/grid/tria_accessor.templates.h
source/distributed/tria.cc
source/dofs/dof_tools_constraints.cc
source/fe/fe_q_base.cc
source/grid/grid_tools_dof_handlers.cc
source/grid/tria.cc
tests/base/geometry_info_2.output
tests/base/geometry_info_8.output
tests/dofs/dof_tools_21_b.output
tests/dofs/dof_tools_21_b_x.cc
tests/dofs/dof_tools_21_b_x_q3.cc
tests/dofs/dof_tools_21_b_y.cc
tests/dofs/dof_tools_21_c.output
tests/fe/face_to_cell_q1_2d.cc
tests/fe/face_to_cell_q1_2d.output
tests/fe/face_to_cell_q2_2d.cc
tests/fe/face_to_cell_q2_2d.output
tests/fe/face_to_cell_q2xq2_2d.cc
tests/fe/face_to_cell_q2xq2_2d.output
tests/fe/face_to_cell_q3_2d.cc
tests/fe/face_to_cell_q3_2d.output
tests/fe/face_to_cell_q3xq4_2d.cc
tests/fe/face_to_cell_q3xq4_2d.output
tests/fe/face_to_cell_q4_2d.cc
tests/fe/face_to_cell_q4_2d.output
tests/grid/grid_tools_06.output

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.