Dune Core Modules (2.6.0)

lagrangebasis.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_LAGRANGEBASIS_HH
4#define DUNE_LAGRANGEBASIS_HH
5
6#include <fstream>
8
9#include <dune/localfunctions/utility/defaultbasisfactory.hh>
10#include <dune/localfunctions/utility/monomialbasis.hh>
11
12#include <dune/localfunctions/lagrange/interpolation.hh>
13
14namespace Dune
15{
16
17 template< template <class,unsigned int> class LP,
18 unsigned int dim, class SF, class CF >
19 struct LagrangeBasisFactory
20 : public DefaultBasisFactory< MonomialBasisFactory<dim,CF>,
21 LagrangeInterpolationFactory<LP,dim,CF>,
22 dim,1,SF,CF >
23 {};
24
25}
26
27#endif // #ifndef DUNE_LAGRANGEBASIS_HH
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:10
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)