]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
dVectors removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Feb 1999 13:21:02 +0000 (13:21 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Feb 1999 13:21:02 +0000 (13:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@914 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/dof_test.cc
tests/deal.II/fe_tables.cc
tests/deal.II/gradients.cc
tests/deal.II/second_derivatives.cc

index abee91b85f9e823bd8080c6c4901ad748c791d3f..626dab3bf9d0c9819effbb74d1a41e16052ac12b 100644 (file)
@@ -12,7 +12,7 @@
 #include <grid/tria_boundary.h>
 #include <grid/tria_iterator.h>
 #include <grid/tria_accessor.h>
-#include <lac/dsmatrix.h>
+#include <lac/sparsematrix.h>
 #include <grid/dof_constraints.h>
 
 
@@ -289,8 +289,8 @@ void TestCases<dim>::run (const unsigned int test_case) {
   cout << "    Renumbering degrees of freedom..." << endl;
   dof->renumber_dofs (Cuthill_McKee, false);
     
-  dSMatrixStruct sparsity (dof->n_dofs(),
-                          dof->max_couplings_between_dofs());
+  SparseMatrixStruct sparsity (dof->n_dofs(),
+                              dof->max_couplings_between_dofs());
   
   
   dof->make_sparsity_pattern (sparsity);
index 60efe77fbfad475dba81844e59cc259b7cff9870..8309e2c82ed5b86b95072c229049d5f20d207b6d 100644 (file)
@@ -1,5 +1,8 @@
 // $Id$
 
+// deal_II_libraries.g=-ldeal_II_2d.g
+// deal_II_libraries=-ldeal_II_2d
+
 #include <fe/fe_lib.lagrange.h>
 #include <fe/fe_lib.dg.h>
 #include <fe/fe_system.h>
index b71fa6902bbaf65bb704e0924395a531a0e6938d..867793bc5d60491f386822c465c55b9b90f3b2b4 100644 (file)
@@ -20,7 +20,7 @@
 #include <base/quadrature_lib.h>
 #include <grid/tria_iterator.h>
 #include <grid/dof_accessor.h>
-#include <lac/dvector.h>
+#include <lac/vector.h>
 
 
 
@@ -40,7 +40,7 @@ int main () {
   fevalues.reinit (dof.begin_active(),b);
   
   
-  dVector val(4);
+  Vector<double> val(4);
 
   cout << "------------------------------------------------------" << endl
        << "Testing transformation of gradients of shape function:" << endl;
index 10d024bc07b2e92b168a36cad5a17a66577de2ff..c968838e2c908a6eb55d6712cd9b07fade5d3fed 100644 (file)
@@ -12,7 +12,7 @@
 #include <base/quadrature_lib.h>
 #include <grid/tria_iterator.h>
 #include <grid/dof_accessor.h>
-#include <lac/dvector.h>
+#include <lac/vector.h>
 
 
 
@@ -30,7 +30,7 @@ int main () {
   FEValues<2> fevalues(fe,q,update_second_derivatives);
   
   
-  dVector val(4);
+  Vector<double> val(4);
 
   cout << "------------------------------------------------------------" << endl
        << "Testing transformation of 2nd derivatives of shape function:" << endl;

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.