KASKADE 7 development version
Classes | Namespaces
lagrangespace.hh File Reference

Lagrange Finite Elements. More...

#include <cmath>
#include <numeric>
#include <tuple>
#include "boost/multi_array.hpp"
#include "dune/grid/common/capabilities.hh"
#include "fem/converter.hh"
#include "fem/fixdune.hh"
#include "fem/gridcombinatorics.hh"
#include "fem/functionspace.hh"
#include "fem/lagrangeshapefunctions.hh"
#include "fem/scalarspace.hh"

Go to the source code of this file.

Classes

class  Kaskade::LagrangeMapperImplementation< ScalarType, GV, restricted >
 A local to global mapper for scalar Lagrange bases. More...
 
class  Kaskade::LagrangeMapperImplementation< ScalarType, GV, restricted >::Combiner
 A class implementing a matrix \( K \in \R^{n\times m}\) mapping a subset of \( m \) global degrees of freedom (those given by globalIndices()) to \( n \) local degrees of freedom (shape functions). More...
 
class  Kaskade::DiscontinuousLagrangeMapperImplementation< ScalarType, GV >
 
class  Kaskade::DiscontinuousLagrangeMapper< ScalarType, GV >
 A degrees of freedom manager for FEFunctionSpace s of piecewise polynomials of order Order. More...
 
struct  Kaskade::DiscontinuousLagrangeMapper< ScalarType, GV >::Element< m >
 
class  Kaskade::DiscontinuousLagrangeMapperSubdomain< ScalarType, GV >
 
struct  Kaskade::DiscontinuousLagrangeMapperSubdomain< ScalarType, GV >::Element< m >
 
class  Kaskade::ContinuousLagrangeMapperImplementation< ScalarType, GV, ShapeFunctionFilter >
 
class  Kaskade::ContinuousLagrangeMapper< ScalarType, GV >
 A degrees of freedom manager for globally continuous FEFunctionSpace s of piecewise polynomials. More...
 
struct  Kaskade::ContinuousLagrangeMapper< ScalarType, GV >::Element< m >
 
class  Kaskade::ContinuousLagrangeMapperSubdomainImplementation< GV, SupportOracle, ScalarType >
 
class  Kaskade::ContinuousLagrangeMapperSubdomain< GV, SupportOracle, ScalarType >
 A local-to-global mapper for continuous finite elements on a subdomain. More...
 
struct  Kaskade::ContinuousLagrangeMapperSubdomain< GV, SupportOracle, ScalarType >::Element< m >
 

Namespaces

namespace  Kaskade
 
 

Detailed Description

Lagrange Finite Elements.

Author
Martin Weiser

Definition in file lagrangespace.hh.