DUNE PDELab (2.8)

nedelec.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_LOCALFUNCTIONS_NEDELEC_HH
4#define DUNE_LOCALFUNCTIONS_NEDELEC_HH
5
6// Nedelec element implementations with run-time order
7// [include them here once they exist]
8
9// Nedelec element implementations with compile-time order
10#include <dune/localfunctions/nedelec/nedelec1stkindsimplex.hh>
11#include <dune/localfunctions/nedelec/nedelec1stkindcube.hh>
12
13#endif // #ifndef DUNE_LOCALFUNCTIONS_NEDELEC_HH
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)