]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Implement the block version of the Vanka smoother.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 1 Feb 2000 15:21:49 +0000 (15:21 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 1 Feb 2000 15:21:49 +0000 (15:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@2306 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_vanka.cc

index 7522b0de04362b595409a144df877ea914ae5837..687577c6f12227b9dc8f49a3eecf65b088b2b06e 100644 (file)
@@ -11,3 +11,12 @@ template void SparseVanka<double>::operator () (Vector<float>       &dst,
                                                const Vector<float> &src) const;
 template void SparseVanka<double>::operator () (Vector<double>       &dst,
                                                const Vector<double> &src) const;
+
+
+template class SparseBlockVanka<float>;
+template class SparseBlockVanka<double>;
+
+template void SparseBlockVanka<double>::operator () (Vector<float>       &dst,
+                                                    const Vector<float> &src) const;
+template void SparseBlockVanka<double>::operator () (Vector<double>       &dst,
+                                                    const Vector<double> &src) const;

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.