DUNE PDELab (2.7)

simple.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_PDELAB_BACKEND_SIMPLE_HH
4#define DUNE_PDELAB_BACKEND_SIMPLE_HH
5
6#include <dune/pdelab/backend/simple/descriptors.hh>
7#include <dune/pdelab/backend/simple/vector.hh>
8#include <dune/pdelab/backend/simple/matrix.hh>
9#include <dune/pdelab/backend/simple/sparse.hh>
10
12namespace Dune {
13 namespace PDELab {
14 namespace simple {
15 using namespace Simple;
16 }
17 }
18}
19
20#endif // DUNE_PDELAB_BACKEND_SIMPLE_HH
Dune namespace.
Definition: alignedallocator.hh:14
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)