DUNE PDELab (2.8)

colcompmatrix.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_ISTL_COLCOMPMATRIX_HH
4#define DUNE_ISTL_COLCOMPMATRIX_HH
5
6#warning "Deprecated header, include <dune/istl/bccsmatrixinitializer.hh> instead!"
7
8#include <dune/istl/bccsmatrixinitializer.hh>
9
10namespace Dune
11{
17 template <class M, class I = int>
18 struct
19 [[deprecated]] ColCompMatrix : public ISTL::Impl::BCCSMatrix< typename M::field_type, I >
20 {};
21}
22#endif
Dune namespace.
Definition: alignedallocator.hh:11
A sparse matrix in compressed-column format.
Definition: colcompmatrix.hh:20
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Aug 31, 22:30, 2024)