]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove use of QGauss2/QGauss6.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 13:48:40 +0000 (13:48 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 13:48:40 +0000 (13:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@22046 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/deformed_projection.h

index 36dfb8e1b117ce2e2d0e76c696830ed07adba3a3..149947ffb0a73617a0a128d5df7828dfae11a142 100644 (file)
@@ -2,7 +2,7 @@
 //    deformed_projection.h,v 1.3 2003/06/09 16:00:38 wolf Exp
 //    Version: 
 //
-//    Copyright (C) 2003, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 2003, 2005, 2006, 2007, 2008, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -473,7 +473,7 @@ void project (const Mapping<dim>       &mapping,
              const Function<dim>      &function,
              Vector<double>           &vec,
              const bool                enforce_zero_boundary = false,
-             const Quadrature<dim-1>  & = QGauss2<dim-1>(),
+             const Quadrature<dim-1>  & = QGauss<dim-1>(2),
              const bool                project_to_boundary_first = false)
 {
   Assert (dof.get_fe().n_components() == function.n_components,
@@ -727,7 +727,7 @@ void check (const FiniteElement<2> &fe)
       MappingQ1<2> map_default;
       
       project (map_default, *dof_handler, hn_constraints,
-              QGauss6<2> (), TestMap1<2>(2),
+              QGauss<2> (6), TestMap1<2>(2),
               solution);
 
                                       // Test the core functionality

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.