Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
trilinos_tpetra_block_sparse_matrix.cc
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4// Copyright (C) 2024 by the deal.II authors
5//
6// This file is part of the deal.II library.
7//
8// Part of the source code is dual licensed under Apache-2.0 WITH
9// LLVM-exception OR LGPL-2.1-or-later. Detailed license information
10// governing the source code and code contributions can be found in
11// LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II.
12//
13// ------------------------------------------------------------------------
14
15#include <deal.II/base/config.h>
16
17#ifdef DEAL_II_TRILINOS_WITH_TPETRA
18
19# include <deal.II/lac/trilinos_tpetra_block_sparse_matrix.templates.h>
20
22
23# ifndef DOXYGEN
24// explicit instantiations
25namespace LinearAlgebra
26{
27 namespace TpetraWrappers
28 {
29 template class BlockSparseMatrix<double>;
30
31 template void
33 const ::BlockDynamicSparsityPattern &);
34
35 template void
37 TpetraWrappers::Vector<double> &,
38 const TpetraWrappers::Vector<double> &) const;
39
40 template void
42 TpetraWrappers::Vector<double> &,
43 const TpetraWrappers::Vector<double> &) const;
44
45 template void
47 TpetraWrappers::BlockVector<double> &,
48 const TpetraWrappers::BlockVector<double> &) const;
49
50 template void
52 TpetraWrappers::BlockVector<double> &,
53 const TpetraWrappers::BlockVector<double> &) const;
54 } // namespace TpetraWrappers
55} // namespace LinearAlgebra
56# endif // DOXYGEN
57
59
60#endif // DEAL_II_TRILINOS_WITH_TPETRA
void Tvmult(VectorType1 &dst, const VectorType2 &src) const
void vmult(VectorType1 &dst, const VectorType2 &src) const
void reinit(const size_type n_block_rows, const size_type n_block_columns)
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:502
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:503