DUNE
Distributed and Unified Numerics Environment
DUNE PDELab (2.9)
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
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
_
a
b
d
f
g
h
i
l
o
p
q
t
v
w
+
Typedefs
a
b
c
d
f
g
i
l
m
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
d
f
g
i
o
r
t
u
+
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
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
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
b
c
d
e
f
g
i
l
n
o
p
r
s
u
v
+
Related Functions
a
c
d
f
h
i
l
o
u
+
Files
File List
+
File Members
+
All
c
d
f
k
t
Functions
Variables
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
dune
grid
io
file
dgfparser
blocks
dim.hh
1
// SPDX-FileCopyrightText: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
2
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
3
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
4
// vi: set et ts=4 sw=2 sts=2:
5
#ifndef DUNE_DGF_DIMBLOCK_HH
6
#define DUNE_DGF_DIMBLOCK_HH
7
8
#include <iostream>
9
10
#include <dune/grid/io/file/dgfparser/blocks/basic.hh>
11
12
13
namespace
Dune
14
{
15
16
namespace
dgf
17
{
18
class
DimBlock :
public
BasicBlock {
19
int
_dimworld;
// dimension of world
20
int
_dim;
// dimension of grid
21
public
:
22
const
static
char
* ID;
23
// initialize block and get dimension of world
24
DimBlock ( std :: istream &in );
25
// get dimension of world found in block
26
int
dim() {
27
return
_dim;
28
}
29
int
dimworld() {
30
return
_dimworld;
31
}
32
// some information
33
bool
ok() {
34
return
true
;
35
}
36
};
37
38
}
// end namespace dgf
39
40
}
// end namespace Dune
41
42
#endif
Dune
Dune namespace.
Definition:
alignedallocator.hh:13
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Apr 2, 23:03, 2025)