]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change include pathes.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Mar 1998 08:33:38 +0000 (08:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Mar 1998 08:33:38 +0000 (08:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@64 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/dof/dof_test.cc
deal.II/deal.II/Attic/examples/grid/grid_test.cc
tests/big-tests/dof/dof_test.cc
tests/big-tests/grid/grid_test.cc

index 5bb63897a621f7df135061d79c360337778844d4..c2f82c0c4a942542399fc9892447e624d05c5554 100644 (file)
@@ -4,6 +4,7 @@
 #include <grid/dof.h>
 #include <grid/tria.h>
 #include <fe/fe_lib.h>
+#include <grid/tria_boundary.h>
 #include <grid/tria_iterator.h>
 #include <grid/tria_accessor.h>
 #include <lac/dsmatrix.h>
@@ -105,7 +106,7 @@ void TestCases<dim>::create_new (const unsigned int) {
   if (dof  != 0) delete dof;
 
   tria = new Triangulation<dim>();
-  tria->create_unit_hypercube();
+  tria->create_hypercube();
 
   dof = new DoFHandler<dim> (tria);
 };
index 62c0fa1990a3b3891083caa4966857d9439a5c2e..b2ab9eb7c8b23a48f63b43f7906d83fb4ffec885 100644 (file)
@@ -1,5 +1,6 @@
 /* $Id$ */
 
+#include <grid/tria_boundary.h>
 #include <grid/tria_iterator.h>
 #include <grid/tria.h>
 #include <cmath>
@@ -69,7 +70,7 @@ class CurvedLine :
 template <int dim>
 void test (const int test_case, const Point<dim> &) {
   Triangulation<dim> tria;
-  tria.create_unit_hypercube();
+  tria.create_hypercube();
   
   if ((dim==1) && ((test_case==2) || (test_case==3)))
     {
index 5bb63897a621f7df135061d79c360337778844d4..c2f82c0c4a942542399fc9892447e624d05c5554 100644 (file)
@@ -4,6 +4,7 @@
 #include <grid/dof.h>
 #include <grid/tria.h>
 #include <fe/fe_lib.h>
+#include <grid/tria_boundary.h>
 #include <grid/tria_iterator.h>
 #include <grid/tria_accessor.h>
 #include <lac/dsmatrix.h>
@@ -105,7 +106,7 @@ void TestCases<dim>::create_new (const unsigned int) {
   if (dof  != 0) delete dof;
 
   tria = new Triangulation<dim>();
-  tria->create_unit_hypercube();
+  tria->create_hypercube();
 
   dof = new DoFHandler<dim> (tria);
 };
index 62c0fa1990a3b3891083caa4966857d9439a5c2e..b2ab9eb7c8b23a48f63b43f7906d83fb4ffec885 100644 (file)
@@ -1,5 +1,6 @@
 /* $Id$ */
 
+#include <grid/tria_boundary.h>
 #include <grid/tria_iterator.h>
 #include <grid/tria.h>
 #include <cmath>
@@ -69,7 +70,7 @@ class CurvedLine :
 template <int dim>
 void test (const int test_case, const Point<dim> &) {
   Triangulation<dim> tria;
-  tria.create_unit_hypercube();
+  tria.create_hypercube();
   
   if ((dim==1) && ((test_case==2) || (test_case==3)))
     {

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.