dune-localfunctions  2.9.0
pyramidp1.hh
Go to the documentation of this file.
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 
6 #ifndef DUNE_PYRAMID_P1_LOCALFINITEELEMENT_HH
7 #define DUNE_PYRAMID_P1_LOCALFINITEELEMENT_HH
8 
10 
11 #warning This header is deprecated
12 
13 namespace Dune
14 {
15 
20  template<class D, class R>
22  [[deprecated("use LagrangePyramidLocalFiniteElement instead")]]
24 
25 }
26 
27 #endif
Definition: bdfmcube.hh:18
Lagrange finite element for 3d pyramids with compile-time polynomial order.
Definition: lagrangepyramid.hh:812