Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
"
17
#include "
levelSets/levelRieszElement.hh
"
18
#include <array>
19
#include <map>
20
#include <chrono>
21
22
#endif
23
24
using
concepts::Real
;
25
using
concepts::Real2d
;
function.hh
levelRiesz.hh
concepts::Real2d
Point< Real, 2 > Real2d
Definition:
vectorsMatricesForward.hh:18
hp2D.hh
space.hh
geometry.hh
toolbox.hh
levelRieszElement.hh
basics.hh
hp1D.hh
formula.hh
extrema.hh
concepts::Real
double Real
Type normally used for a floating point number.
Definition:
typedefs.hh:36
operator.hh
graphics.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich