5#ifndef DUNE_LOCALFUNCTIONS_NEDELEC_NEDELECSIMPLEX_NEDELECSIMPLEXBASIS_HH
7#define DUNE_LOCALFUNCTIONS_NEDELEC_NEDELECSIMPLEX_NEDELECSIMPLEXBASIS_HH
10#include <dune/common/exceptions.hh>
12#include <dune/localfunctions/utility/defaultbasisfactory.hh>
13#include "nedelecsimplexinterpolation.hh"
14#include "nedelecsimplexprebasis.hh"
38 template<
unsigned int dim,
class SF,
class CF >
40 :
public DefaultBasisFactory< NedelecPreBasisFactory<dim,CF>,
41 NedelecL2InterpolationFactory<dim,CF>,
Definition: nedelecsimplexbasis.hh:43