Dune Core Modules (unstable)

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 © 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 
24  template< class D, class R, unsigned int d >
26 
27  template< class D, class R >
28  struct RannacherTurekLocalBasis< D, R, 2 >
29  : public RannacherTurek2DLocalBasis< D, R >
30  {};
31 
32  template< class D, class R >
33  struct RannacherTurekLocalBasis< D, R, 3 >
34  : public RannacherTurek3DLocalBasis< D, R >
35  {};
36 
37 } // namespace Dune
38 
39 #endif // #ifndef DUNE_RANNACHER_TUREK_LOCALBASIS_HH
Dune namespace.
Definition: alignedallocator.hh:13
Rannacher-Turek shape functions.
Definition: rannachertureklocalbasis.hh:25
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 3, 22:32, 2024)