]> https://gitweb.dealii.org/ - dealii.git/commitdiff
final? BlockMatrixArray
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 22 Mar 2005 01:09:04 +0000 (01:09 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 22 Mar 2005 01:09:04 +0000 (01:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@10199 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/doxygen/block_matrix_array.cc
tests/bits/block_matrix_array_01.cc

index af584a033bd5b532ea125836e801b65f7c57d316..03dc2ea18982aec6d207e7d2f55c37e957e8e649 100644 (file)
@@ -68,7 +68,7 @@ int main ()
   
   GrowingVectorMemory<Vector<double> > simple_mem;
   
-  BlockMatrixArray<FullMatrix<float>, double> matrix(2, 2, simple_mem);
+  BlockMatrixArray<double> matrix(2, 2, simple_mem);
   
   matrix.enter(A,0,0,2.);
   matrix.enter(B1,0,1,-1.);
@@ -108,7 +108,7 @@ int main ()
   FullMatrix<float> Cinv(2,2);
   Cinv.invert(C);
   
-  BlockTrianglePrecondition<FullMatrix<float>, double>
+  BlockTrianglePrecondition<double>
     precondition(2, simple_mem);
   precondition.enter(Ainv,0,0,.5);
   precondition.enter(Cinv,1,1);
index 0f599fa2991072499623b8f3480621b735c3bcd1..1d1b222eeeedaa7d376f5ae0f16d2c4c05e1caa0 100644 (file)
@@ -34,7 +34,7 @@ int main ()
   FullMatrix<double> C(3,3);
   PrimitiveVectorMemory<Vector<double> > mem;
   
-  BlockMatrixArray<FullMatrix<double>, double> block(2,2,mem);
+  BlockMatrixArray<double> block(2,2,mem);
   
   block.enter(A1,0,0);
   block.enter(A2,0,0,2,true);

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.