KASKADE 7 development version
spaces.hh
Go to the documentation of this file.
1/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2/* */
3/* This file is part of the library KASKADE 7 */
4/* https://www.zib.de/research/projects/kaskade7-finite-element-toolbox */
5/* */
6/* Copyright (C) 2015-2015 Zuse Institute Berlin */
7/* */
8/* KASKADE 7 is distributed under the terms of the ZIB Academic License. */
9/* see $KASKADE/academic.txt */
10/* */
11/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
12
13#ifndef SPACES_HH
14#define SPACES_HH
15
25#include "fem/constantspace.hh"
26#include "fem/functionspace.hh"
28#include "fem/lagrangespace.hh"
29
30namespace Kaskade
31{
36 template <class Grid, class Scalar=double>
38
43 template <class Grid, class Scalar=double>
45
50 template <class Grid, class Scalar=double>
52
57 template <class Grid, class Scalar=double>
59
64 template <class Grid, class Scalar=double>
66
71 template <class Grid, class Scalar=double>
73
78 template <class Grid, class Scalar=double>
80
81}
82
83#endif
A representation of a finite element function space defined over a domain covered by a grid.
FEFunctionSpace and FunctionSpaceElement and the like.
Hierarchic Finite Elements.
Lagrange Finite Elements.