5#ifndef DUNE_LOCALFUNCTIONS_NEDELEC_NEDELECSIMPLEX_NEDELECSIMPLEXBASIS_HH
7#define DUNE_LOCALFUNCTIONS_NEDELEC_NEDELECSIMPLEX_NEDELECSIMPLEXBASIS_HH
12#include <dune/localfunctions/utility/defaultbasisfactory.hh>
13#include "nedelecsimplexinterpolation.hh"
14#include "nedelecsimplexprebasis.hh"
38 template<
unsigned int dim,
class D,
class R,
39 class SF=R,
class CF=SF >
41 :
public DefaultBasisFactory< NedelecPreBasisFactory<dim,CF>,
42 NedelecL2InterpolationFactory<dim,CF>,
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:13
Definition: nedelecsimplexbasis.hh:44