levelSets.hh

Go to the documentation of this file.
1 #ifndef level_sets_hh
2 #define level_sets_hh
3 
4 #include <iostream>
5 #include "basics.hh"
6 #include "formula.hh"
7 #include "function.hh"
8 #include "geometry.hh"
9 #include "graphics.hh"
10 #include "hp1D.hh"
11 #include "hp2D.hh"
12 #include "hp2D/extrema.hh"
13 #include "operator.hh"
14 #include "space.hh"
15 #include "toolbox.hh"
16 #include "levelSets/levelRiesz.hh"
18 #include <array>
19 #include <map>
20 #include <chrono>
21 
22 #endif
23 
24 using concepts::Real;
25 using concepts::Real2d;
Point< Real, 2 > Real2d
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich