Dune Core Modules (2.9.0)

rannachertureklocalbasis.hh
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 // SPDX-FileCopyrightInfo: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
4 // SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
5 #ifndef DUNE_RANNACHER_TUREK_LOCALBASIS_HH
6 #define DUNE_RANNACHER_TUREK_LOCALBASIS_HH
7 
8 #include "rannacherturek2d/rannacherturek2dlocalbasis.hh"
9 #include "rannacherturek3d/rannacherturek3dlocalbasis.hh"
10 
11 namespace Dune
12 {
13 
23  template< class D, class R, unsigned int d >
25 
26  template< class D, class R >
27  struct RannacherTurekLocalBasis< D, R, 2 >
28  : public RannacherTurek2DLocalBasis< D, R >
29  {};
30 
31  template< class D, class R >
32  struct RannacherTurekLocalBasis< D, R, 3 >
33  : public RannacherTurek3DLocalBasis< D, R >
34  {};
35 
36 } // namespace Dune
37 
38 #endif // #ifndef DUNE_RANNACHER_TUREK_LOCALBASIS_HH
Dune namespace.
Definition: alignedallocator.hh:13
Rannacher-Turek shape functions.
Definition: rannachertureklocalbasis.hh:24
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 6, 22:30, 2024)