]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add LinearAlgebraDummy
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 3 Nov 2012 04:02:58 +0000 (04:02 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 3 Nov 2012 04:02:58 +0000 (04:02 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@27334 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/abstract_linear_algebra.h

index 14712efff7a8908ed4af9c1f3cfd3d406b03198e..77470be79cdba4074c1bdbf553adabe2e76529a5 100644 (file)
@@ -32,6 +32,23 @@ namespace LinearAlgebraDealII
 }
 
 
+// Dummy class. This used to check your program
+// to make sure it is compatible with all
+// linear algebra classes. In other words,
+// this is the minimal interface.
+// TODO: should we move this into tests/ only?
+namespace LinearAlgebraDummy
+{
+  class Vector {void compress();};
+  class BlockVector {void compress();};
+
+  class SparseMatrix { void compress();};
+
+  class PreconditionSSOR {};
+  
+}
+
+
 DEAL_II_NAMESPACE_CLOSE
 
 

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.