Dune Core Modules (2.9.0)

brezzidouglasmarinicube.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_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINICUBE_HH
6#define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINICUBE_HH
7
8#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube2d.hh>
9#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube3d.hh>
10#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2cube2d.hh>
11
12
13namespace Dune
14{
23 template<class D, class R, unsigned int dim, unsigned int order>
25
29 template<class D, class R>
31 : public BDM1Cube2DLocalFiniteElement<D, R>
32 {
33 public:
36 {}
37
45 {}
46 };
47
51 template<class D, class R>
53 : public BDM2Cube2DLocalFiniteElement<D, R>
54 {
55 public:
58 {}
59
67 {}
68 };
69
73 template<class D, class R>
75 : public BDM1Cube3DLocalFiniteElement<D, R>
76 {
77 public:
80 {}
81
89 {}
90 };
91
92} // namespace Dune
93
94#endif // #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINICUBE_HH
First order Brezzi-Douglas-Marini shape functions on quadrilaterals.
Definition: brezzidouglasmarini1cube2d.hh:27
First order Brezzi-Douglas-Marini shape functions on hexahedron.
Definition: brezzidouglasmarini1cube3d.hh:27
Second order Brezzi-Douglas-Marini shape functions on quadrilaterals.
Definition: brezzidouglasmarini2cube2d.hh:27
BrezziDouglasMariniCubeLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinicube.hh:43
BrezziDouglasMariniCubeLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinicube.hh:35
BrezziDouglasMariniCubeLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinicube.hh:57
BrezziDouglasMariniCubeLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinicube.hh:65
BrezziDouglasMariniCubeLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinicube.hh:79
BrezziDouglasMariniCubeLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinicube.hh:87
Brezzi-Douglas-Marini local finite element for cubes.
Definition: brezzidouglasmarinicube.hh:24
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)