]> https://gitweb.dealii.org/ - dealii.git/commitdiff
replace long deprecated downstream_dg
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 6 Nov 2012 15:56:36 +0000 (15:56 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 6 Nov 2012 15:56:36 +0000 (15:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@27437 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/dof_renumbering.cc

index 7decfbd354a5a2e2a0276ec2cd7e7a53218fa2ab..47112e33a127b0996f7c85f3f52c5aa425de3d15 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2003, 2004, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -93,7 +93,7 @@ check_renumbering(MGDoFHandler<dim>& mgdof, bool discontinuous)
 
   if (discontinuous)
     {
-      DoFRenumbering::downstream_dg(dof, direction);
+      DoFRenumbering::downstream(dof, direction);
     }
   else
     {
@@ -127,7 +127,7 @@ check_renumbering(MGDoFHandler<dim>& mgdof, bool discontinuous)
 
       if (discontinuous)
        {
-         DoFRenumbering::downstream_dg(mgdof, level, direction);
+         DoFRenumbering::downstream(mgdof, level, direction);
        }
 
                                        // renumber the non-MG part of the

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.