Loading [MathJax]/extensions/tex2jax.js
DUNE
Distributed and Unified Numerics Environment
Dune Core Modules (2.4.1)
Toggle main menu visibility
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
w
Variables
Typedefs
Enumerations
+
Enumerator
a
b
d
f
g
i
o
r
t
u
x
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
v
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
c
d
f
o
t
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
dune
grid
io
visual
grape
grapehmesh.hh
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
#ifndef GRAPE_GRAPEHMESH_HH_INCLUDED
4
#define GRAPE_GRAPEHMESH_HH_INCLUDED
5
6
#if HAVE_GRAPE
7
8
#ifndef GRAPE_DIM
9
#define GRAPE_DIM 2
10
#endif
11
12
#ifndef GRAPE_DIMWORLD
13
#define GRAPE_DIMWORLD 2
14
#endif
15
16
#undef __GRAPE_HMESH_H__
17
#undef __GRAPE_ELDESC_H__
18
#undef __GRAPE_HMESH_C__
19
20
#include "ghmesh.cc"
21
22
#if GRAPE_DIM == 3
23
#define G_CPP
24
#undef __GRAPE_PARTITIONDISPLAY_HH_
25
#include "partitiondisplay.cc"
26
#undef G_CPP
27
#endif
28
29
#undef GRAPE_DIM
30
#undef GRAPE_DIMWORLD
31
32
#undef HMesh
33
#undef GenMesh
34
#undef GrapeMesh
35
#endif
36
37
#endif
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Apr 8, 23:02, 2025)