Dune Core Modules (2.9.1)

qk.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
6#ifndef DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
7#define DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
8
9#include <dune/localfunctions/lagrange/lagrangecube.hh>
10
11#warning This header is deprecated
12
13namespace Dune
14{
25 template<class D, class R, int d, int k>
27 [[deprecated("use LagrangeCubeLocalFiniteElement instead")]]
29
30}
31
32#endif
Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order.
Definition: lagrangecube.hh:711
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)