KASKADE 7 development version
fem
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
"
27
#include "
fem/hierarchicspace.hh
"
28
#include "
fem/lagrangespace.hh
"
29
30
namespace
Kaskade
31
{
36
template
<
class
Gr
id
,
class
Scalar=
double
>
37
using
ConstantSpace
=
FEFunctionSpace<ConstantMapper<Scalar,typename Grid::LeafGridView>
>;
38
43
template
<
class
Gr
id
,
class
Scalar=
double
>
44
using
H1Space
=
FEFunctionSpace<ContinuousLagrangeMapper<Scalar,typename Grid::LeafGridView>
>;
45
50
template
<
class
Gr
id
,
class
Scalar=
double
>
51
using
H1HierarchicSpace
=
FEFunctionSpace<ContinuousHierarchicMapper<Scalar,typename Grid::LeafGridView>
>;
52
57
template
<
class
Gr
id
,
class
Scalar=
double
>
58
using
H1HierarchicExtensionSpace
=
FEFunctionSpace<ContinuousHierarchicExtensionMapper<Scalar,typename Grid::LeafGridView>
>;
59
64
template
<
class
Gr
id
,
class
Scalar=
double
>
65
using
L2Space
=
FEFunctionSpace<DiscontinuousLagrangeMapper<Scalar,typename Grid::LeafGridView>
>;
66
71
template
<
class
Gr
id
,
class
Scalar=
double
>
72
using
L2HierarchicSpace
=
FEFunctionSpace<DiscontinuousHierarchicMapper<Scalar,typename Grid::LeafGridView>
>;
73
78
template
<
class
Gr
id
,
class
Scalar=
double
>
79
using
L2HierarchicExtensionSpace
=
FEFunctionSpace<DiscontinuousHierarchicExtensionMapper<Scalar,typename Grid::LeafGridView>
>;
80
81
}
82
83
#endif
Kaskade::FEFunctionSpace
A representation of a finite element function space defined over a domain covered by a grid.
Definition:
functionspace.hh:1117
constantspace.hh
functionspace.hh
FEFunctionSpace and FunctionSpaceElement and the like.
hierarchicspace.hh
Hierarchic Finite Elements.
lagrangespace.hh
Lagrange Finite Elements.
Kaskade
Definition:
abstract_interface.hh:15
Generated on Fri Sep 6 2024 13:13:00 for KASKADE 7 development version by
1.9.4