]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Manually add one more instantiation.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 21 May 2009 11:03:39 +0000 (11:03 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 21 May 2009 11:03:39 +0000 (11:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@18874 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/constraint_matrix.cc

index d5d26297f81875f54705882f70184b4bb3cc0f58..2605199cbd381776a939e48cc2c274096aa3a806 100644 (file)
@@ -2088,9 +2088,22 @@ distribute_local_to_global<MatrixType,VectorType > (const FullMatrix<double>
 
 MATRIX_FUNCTIONS(SparseMatrix<double>, Vector<double>);
 MATRIX_FUNCTIONS(SparseMatrix<float>,  Vector<float>);
+template void ConstraintMatrix::distribute_local_to_global<SparseMatrix<float>,Vector<double> > 
+(const FullMatrix<double>        &,
+ const Vector<double>            &,
+ const std::vector<unsigned int> &,
+ SparseMatrix<float>             &,
+ Vector<double>                  &) const;
 
 MATRIX_FUNCTIONS(BlockSparseMatrix<double>, BlockVector<double>);
 MATRIX_FUNCTIONS(BlockSparseMatrix<float>,  BlockVector<float>);
+template void ConstraintMatrix::distribute_local_to_global<BlockSparseMatrix<float>,Vector<double> > 
+(const FullMatrix<double>        &,
+ const Vector<double>            &,
+ const std::vector<unsigned int> &,
+ BlockSparseMatrix<float>        &,
+ Vector<double>                  &) const;
+
 
 MATRIX_FUNCTIONS(SparseMatrixEZ<double>, Vector<double>);
 MATRIX_FUNCTIONS(SparseMatrixEZ<float>,  Vector<float>);

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.