]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unnecessary template argument of InterGridMap.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 27 Feb 2006 16:50:09 +0000 (16:50 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 27 Feb 2006 16:50:09 +0000 (16:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@12514 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/christian_1.cc
tests/deal.II/intergrid_constraints.cc
tests/deal.II/intergrid_map.cc

index d686d20663c4728466877e98d587021e5b44142b..a5a6547fc2ca0994db227e062534f7fa567e6954 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2005 by the deal.II authors and Christian Kamm
+//    Copyright (C) 2005, 2006 by the deal.II authors and Christian Kamm
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -53,7 +53,7 @@ DoFToolsEx::transfer(const DoFHandler<dim>& source_dof, const InVector& source_v
   // any sanity tests? Trias derived from same coarse grid?
   
   // build mappings between the cells
-  InterGridMap<DoFHandler, dim> source2target, target2source;
+  InterGridMap<DoFHandler<dim> > source2target, target2source;
   source2target.make_mapping(source_dof, target_dof);
   target2source.make_mapping(target_dof, source_dof);
   
index f048dc2cd16f099729819707407c764ec691228c..2810b71023d93ac168ad729d41250170b54c9b82 100644 (file)
@@ -119,7 +119,7 @@ void check ()
       
                                       // now compute intergrid
                                       // constraints
-      InterGridMap<DoFHandler,dim> intergrid_map;
+      InterGridMap<DoFHandler<dim> > intergrid_map;
       intergrid_map.make_mapping (dof_1, dof_2);
       ConstraintMatrix intergrid_constraints;
 
index 42c3fa30563da44a3aecedadd0a3eec2261aca1e..3335c04eb629cdc4bceeba4d755eab5ff92f13ad 100644 (file)
@@ -49,8 +49,8 @@ void check ()
       dof_2.distribute_dofs (fe_2);
 
                                       // create some mapping
-      InterGridMap<DoFHandler,dim> intergrid_map_1;
-      InterGridMap<DoFHandler,dim> intergrid_map_2;
+      InterGridMap<DoFHandler<dim> > intergrid_map_1;
+      InterGridMap<DoFHandler<dim> > intergrid_map_2;
       intergrid_map_1.make_mapping (dof_1, dof_2);
       intergrid_map_2.make_mapping (dof_2, dof_1);
 

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.