]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Also instantiate functions for SparseMatrixEZ
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Feb 2009 14:47:44 +0000 (14:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Feb 2009 14:47:44 +0000 (14:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@18416 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_constraints.cc

index 0d661f9ebad5b6551dbee1d22f41a904338f6dfa..aea1a7ae1f04cb8522568f9a564b889529fe10c9 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -24,6 +24,8 @@
 #include <lac/block_vector.h>
 #include <lac/sparse_matrix.h>
 #include <lac/block_sparse_matrix.h>
+#include <lac/sparse_matrix_ez.h>
+#include <lac/block_sparse_matrix_ez.h>
 #include <lac/petsc_vector.h>
 #include <lac/petsc_block_vector.h>
 #include <lac/petsc_sparse_matrix.h>
@@ -2092,10 +2094,17 @@ distribute_local_to_global<MatrixType,VectorType > (const FullMatrix<double>
                                                    VectorType                      &) const
 
 MATRIX_FUNCTIONS(SparseMatrix<double>, Vector<double>);
-MATRIX_FUNCTIONS(SparseMatrix<float>, Vector<float>);
+MATRIX_FUNCTIONS(SparseMatrix<float>,  Vector<float>);
 
 MATRIX_FUNCTIONS(BlockSparseMatrix<double>, BlockVector<double>);
-MATRIX_FUNCTIONS(BlockSparseMatrix<float>, BlockVector<float>);
+MATRIX_FUNCTIONS(BlockSparseMatrix<float>,  BlockVector<float>);
+
+MATRIX_FUNCTIONS(SparseMatrixEZ<double>, Vector<double>);
+MATRIX_FUNCTIONS(SparseMatrixEZ<float>,  Vector<float>);
+
+// MATRIX_FUNCTIONS(BlockSparseMatrixEZ<double>, Vector<double>);
+// MATRIX_FUNCTIONS(BlockSparseMatrixEZ<float>,  Vector<float>);
+
 
 #ifdef DEAL_II_USE_PETSC
 MATRIX_FUNCTIONS(PETScWrappers::SparseMatrix, PETScWrappers::Vector);

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.