From 3a19fd2f728a5ba29b798ce721f4dc554f452b05 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 12 Nov 2010 19:45:37 +0000 Subject: [PATCH] Add get_dof_indices function to DoFAccessor of faces in 1d. git-svn-id: https://svn.dealii.org/trunk@22709 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/dofs/dof_accessor.templates.h | 18 +++ tests/deal.II/vertex_as_face_06.cc | 82 ++++++++++++ tests/deal.II/vertex_as_face_06/cmp/generic | 51 ++++++++ tests/deal.II/vertex_as_face_07.cc | 123 ++++++++++++++++++ tests/deal.II/vertex_as_face_07/cmp/generic | 39 ++++++ 5 files changed, 313 insertions(+) create mode 100644 tests/deal.II/vertex_as_face_06.cc create mode 100644 tests/deal.II/vertex_as_face_06/cmp/generic create mode 100644 tests/deal.II/vertex_as_face_07.cc create mode 100644 tests/deal.II/vertex_as_face_07/cmp/generic diff --git a/deal.II/include/deal.II/dofs/dof_accessor.templates.h b/deal.II/include/deal.II/dofs/dof_accessor.templates.h index 0b5244eb10..e02da33b7d 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.templates.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.templates.h @@ -1912,6 +1912,24 @@ DoFAccessor<0,DH<1,spacedim> >::get_dof_handler () const +template