Dune Core Modules (unstable)

brezzidouglasmarinisimplex.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_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
6 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
7 
8 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1simplex2d.hh>
9 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2simplex2d.hh>
10 
11 
12 namespace Dune
13 {
22  template<class D, class R, unsigned int dim, unsigned int order>
24 
28  template<class D, class R>
30  : public BDM1Simplex2DLocalFiniteElement<D, R>
31  {
32  public:
35  {}
36 
44  {}
45  };
46 
50  template<class D, class R>
52  : public BDM2Simplex2DLocalFiniteElement<D, R>
53  {
54  public:
57  {}
58 
66  {}
67  };
68 
69 } // namespace Dune
70 
71 #endif // #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
First order Brezzi-Douglas-Marini shape functions on triangles.
Definition: brezzidouglasmarini1simplex2d.hh:28
Second order Brezzi-Douglas-Marini shape functions on triangles.
Definition: brezzidouglasmarini2simplex2d.hh:27
BrezziDouglasMariniSimplexLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinisimplex.hh:42
BrezziDouglasMariniSimplexLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinisimplex.hh:34
BrezziDouglasMariniSimplexLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinisimplex.hh:64
BrezziDouglasMariniSimplexLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinisimplex.hh:56
Brezzi-Douglas-Marini local finite element for simplices.
Definition: brezzidouglasmarinisimplex.hh:23
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 27, 22:29, 2024)