From: bangerth Date: Fri, 5 Dec 2008 22:44:18 +0000 (+0000) Subject: Do most of the merge from branch_codimension_one. A few bits are still missing. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c148ecf8edf3a4023ac0811751935e09a43c68;p=dealii-svn.git Do most of the merge from branch_codimension_one. A few bits are still missing. git-svn-id: https://svn.dealii.org/trunk@17867 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 5da88de4af..9276ba7afb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,6 +14,7 @@ nofail-dirs = base \ bits \ hp \ aniso \ + codim_one \ $(shell if test "$(USE_CONTRIB_PETSC)" = yes ; then echo petsc ; fi) \ $(shell if test "$(USE_CONTRIB_TRILINOS)" = yes ; then echo trilinos ; fi) \ $(shell if test "$(USE_CONTRIB_UMFPACK)" = yes ; then echo umfpack ; fi) \ diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 9c1a10e724..cb009839c5 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -71,6 +71,7 @@ tests_x = block_matrices \ minimal_cell_diameter \ maximal_cell_diameter \ union_triangulation \ + iterators* \ mesh_smoothing_* \ create_* \ line_coarsening_3d \ diff --git a/tests/fe/check_derivatives.cc b/tests/fe/check_derivatives.cc index bbf3b704ce..9551cf8b49 100644 --- a/tests/fe/check_derivatives.cc +++ b/tests/fe/check_derivatives.cc @@ -2,7 +2,7 @@ // check_derivatives.cc,v 1.3 2003/06/09 16:00:38 wolf Exp // Version: // -// Copyright (C) 2005 by the deal.II authors +// Copyright (C) 2005, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -67,6 +67,22 @@ void test (const FiniteElement &fe, +template