]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
vertices_adjacent_to_line function renamed to line_to_cell_vertices.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Mar 2005 16:58:04 +0000 (16:58 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Mar 2005 16:58:04 +0000 (16:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@10129 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec.cc

index 92c7788f45a9dee56577cd66375f7a833d9eec84..9f4282282cbf05256a3603d5b0add0c9a3d6a9d7 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -780,8 +780,8 @@ void FE_Nedelec<dim>::initialize_unit_support_points ()
        for (unsigned int line=0; line<GeometryInfo<dim>::lines_per_cell; ++line)
          {
            const unsigned int
-             vertex_index_0 = GeometryInfo<dim>::vertices_adjacent_to_line(line,0),
-             vertex_index_1 = GeometryInfo<dim>::vertices_adjacent_to_line(line,1);
+             vertex_index_0 = GeometryInfo<dim>::line_to_cell_vertices(line,0),
+             vertex_index_1 = GeometryInfo<dim>::line_to_cell_vertices(line,1);
            
            const Point<dim>
              vertex_0 = GeometryInfo<dim>::unit_cell_vertex(vertex_index_0),
@@ -829,8 +829,8 @@ void FE_Nedelec<dim>::initialize_unit_face_support_points ()
        for (unsigned int line=0; line<GeometryInfo<dim-1>::lines_per_cell; ++line)
          {
            const unsigned int
-             vertex_index_0 = GeometryInfo<dim-1>::vertices_adjacent_to_line(line,0),
-             vertex_index_1 = GeometryInfo<dim-1>::vertices_adjacent_to_line(line,1);
+             vertex_index_0 = GeometryInfo<dim-1>::line_to_cell_vertices(line,0),
+             vertex_index_1 = GeometryInfo<dim-1>::line_to_cell_vertices(line,1);
       
            const Point<dim-1>
              vertex_0 = GeometryInfo<dim-1>::unit_cell_vertex(vertex_index_0),

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.