From: bangerth Date: Fri, 19 Jan 2007 20:36:11 +0000 (+0000) Subject: Add TODOs about the adjust_face_orientation field. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be23ff2fc7110db823a4f0cdaf6bf35cee1c63d0;p=dealii-svn.git Add TODOs about the adjust_face_orientation field. git-svn-id: https://svn.dealii.org/trunk@14352 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_abf.cc b/deal.II/deal.II/source/fe/fe_abf.cc index b3df34b66d..34c68f8b0c 100644 --- a/deal.II/deal.II/source/fe/fe_abf.cc +++ b/deal.II/deal.II/source/fe/fe_abf.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -32,6 +32,10 @@ #include +//TODO: implement the adjust_quad_dof_index_for_face_orientation_table field, +//and write a test similar to bits/face_orientation_and_fe_q_01 + + DEAL_II_NAMESPACE_OPEN diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index a571b499fd..ec6fe42b0b 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -24,6 +24,10 @@ #include +//TODO: implement the adjust_quad_dof_index_for_face_orientation_table field, +//and write a test similar to bits/face_orientation_and_fe_q_01 + + DEAL_II_NAMESPACE_OPEN diff --git a/deal.II/deal.II/source/fe/fe_q_hierarchical.cc b/deal.II/deal.II/source/fe/fe_q_hierarchical.cc index 1732be6497..e2faf68cf1 100644 --- a/deal.II/deal.II/source/fe/fe_q_hierarchical.cc +++ b/deal.II/deal.II/source/fe/fe_q_hierarchical.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,6 +16,10 @@ #include #include +//TODO: implement the adjust_quad_dof_index_for_face_orientation_table field, +//and write a test similar to bits/face_orientation_and_fe_q_01 + + DEAL_II_NAMESPACE_OPEN namespace diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc index da36be37bb..859d86879e 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -27,6 +27,10 @@ #include #include +//TODO: implement the adjust_quad_dof_index_for_face_orientation_table field, +//and write a test similar to bits/face_orientation_and_fe_q_01 + + DEAL_II_NAMESPACE_OPEN template diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc index 2edc2b892a..957902c8f3 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -25,6 +25,10 @@ #include +//TODO: implement the adjust_quad_dof_index_for_face_orientation_table field, +//and write a test similar to bits/face_orientation_and_fe_q_01 + + DEAL_II_NAMESPACE_OPEN