dune-localfunctions
2.8.0
dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f
dune
localfunctions
lagrange
qk.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
4
#ifndef DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
5
#define DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
6
7
#include <
dune/localfunctions/lagrange/lagrangecube.hh
>
8
9
namespace
Dune
10
{
21
template
<
class
D,
class
R,
int
d,
int
k>
22
using
QkLocalFiniteElement
=
LagrangeCubeLocalFiniteElement<D,R,d,k>
;
23
24
}
25
26
#endif
lagrangecube.hh
Dune
Definition:
bdfmcube.hh:16
Dune::LagrangeCubeLocalFiniteElement
Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order.
Definition:
lagrangecube.hh:709
Generated by
1.9.3