Ice Sheet System Model
4.18
Code documentation
Main Page
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
z
~
Variables
_
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
Typedefs
Related Functions
Files
File List
Globals
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
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
c
bamg
GeomSubDomain.h
Go to the documentation of this file.
1
#ifndef _GEOMETRICALSUBDOMAIN_H_
2
#define _GEOMETRICALSUBDOMAIN_H_
3
4
#include "
./include.h
"
5
6
namespace
bamg
{
7
8
class
GeomEdge;
9
class
Geometry;
10
11
class
GeomSubDomain
{
12
public
:
13
GeomEdge
*
edge
;
14
int
direction
;
// -1 or 1
15
long
ReferenceNumber
;
16
17
//Methods
18
void
Set
(
const
GeomSubDomain
&,
const
Geometry
& ,
const
Geometry
&);
19
};
20
21
}
22
#endif
bamg::GeomSubDomain::edge
GeomEdge * edge
Definition:
GeomSubDomain.h:13
bamg::Geometry
Definition:
Geometry.h:18
bamg
Definition:
AdjacentTriangle.cpp:9
bamg::GeomEdge
Definition:
GeomEdge.h:11
include.h
prototypes for include.h
bamg::GeomSubDomain::direction
int direction
Definition:
GeomSubDomain.h:14
bamg::GeomSubDomain
Definition:
GeomSubDomain.h:11
bamg::GeomSubDomain::Set
void Set(const GeomSubDomain &, const Geometry &, const Geometry &)
Definition:
GeomSubDomain.cpp:14
bamg::GeomSubDomain::ReferenceNumber
long ReferenceNumber
Definition:
GeomSubDomain.h:15
Generated on Thu Jul 2 2020 08:09:16 for Ice Sheet System Model by
1.8.19