dune-fem 2.8.0
|
#include <cassert>
#include <cstdlib>
#include <dune/common/fvector.hh>
#include <dune/fem/common/forloop.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/fem/space/common/functionspace.hh>
#include <dune/fem/space/shapefunctionset/simple.hh>
#include "genericbasefunctions.hh"
#include "genericlagrangepoints.hh"
Go to the source code of this file.
Classes | |
class | Dune::Fem::LagrangeShapeFunctionInterface< FunctionSpace > |
abstract base class for Lagrange shape functions More... | |
class | Dune::Fem::LagrangeShapeFunction< FunctionSpace, GeometryType, polOrder > |
implementation of Lagrange shape function using generic Lagrange shape functions More... | |
class | Dune::Fem::LagrangeShapeFunctionFactory< FunctionSpace, maxPolOrder > |
factory class More... | |
class | Dune::Fem::LagrangeShapeFunctionSet< FunctionSpace, maxPolOrder > |
Lagrange shape function set. More... | |
struct | Dune::Fem::LagrangeShapeFunctionFactory< FunctionSpace, maxPolOrder >::Switch< geometryId >::CheckOrder< polOrd > |
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |