Reference documentation for deal.II version 9.1.0-pre
matrix_lib.cc
1 // ---------------------------------------------------------------------
2 //
3 // Copyright (C) 2002 - 2017 by the deal.II authors
4 //
5 // This file is part of the deal.II library.
6 //
7 // The deal.II library is free software; you can use it, redistribute
8 // it, and/or modify it under the terms of the GNU Lesser General
9 // Public License as published by the Free Software Foundation; either
10 // version 2.1 of the License, or (at your option) any later version.
11 // The full text of the license can be found in the file LICENSE.md at
12 // the top level directory of deal.II.
13 //
14 // ---------------------------------------------------------------------
15 
16 #include <deal.II/lac/matrix_lib.templates.h>
17 #include <deal.II/lac/sparse_matrix.h>
18 
19 DEAL_II_NAMESPACE_OPEN
20 
22  : component(component)
23 {}
24 
25 template void
26 MeanValueFilter::filter(Vector<float> &) const;
27 template void
29 template void
31 template void
33 template void
34 MeanValueFilter::vmult(Vector<float> &, const Vector<float> &) const;
35 template void
37 template void
39 template void
41  const BlockVector<double> &) const;
42 
43 template void
44 MeanValueFilter::vmult_add(Vector<float> &, const Vector<float> &) const;
45 template void
47 template void
49  const BlockVector<float> &) const;
50 template void
52  const BlockVector<double> &) const;
53 
54 DEAL_II_NAMESPACE_CLOSE
MeanValueFilter(const size_type component=numbers::invalid_size_type)
Definition: matrix_lib.cc:21
void vmult(Vector< number > &dst, const Vector< number > &src) const
types::global_dof_index size_type
Definition: matrix_lib.h:64
void filter(Vector< number > &v) const
void vmult_add(Vector< number > &dst, const Vector< number > &src) const