deal.II version 9.7.0
\(\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 - 2025 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 {
30
31 template void
33 const ::BlockDynamicSparsityPattern &);
34
35 template void
37 ::BlockDynamicSparsityPattern>(
38 const std::vector<::IndexSet> &,
39 const ::BlockDynamicSparsityPattern &,
40 MPI_Comm,
41 bool);
42
43 template void
45 TpetraWrappers::Vector<double, MemorySpace::Host> &,
46 const TpetraWrappers::Vector<double, MemorySpace::Host> &) const;
47
48 template void
50 TpetraWrappers::Vector<double, MemorySpace::Host> &,
51 const TpetraWrappers::Vector<double, MemorySpace::Host> &) const;
52
53 template void
55 TpetraWrappers::BlockVector<double, MemorySpace::Host> &,
56 const TpetraWrappers::BlockVector<double, MemorySpace::Host> &) const;
57
58 template void
60 TpetraWrappers::BlockVector<double, MemorySpace::Host> &,
61 const TpetraWrappers::BlockVector<double, MemorySpace::Host> &) const;
62 } // namespace TpetraWrappers
63} // namespace LinearAlgebra
64# endif // DOXYGEN
65
67
68#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:40
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:41