Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model
2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
r
s
t
u
v
w
z
Variables
a
b
c
d
f
g
h
i
k
l
m
n
r
s
t
u
v
w
Typedefs
Enumerations
a
b
c
d
e
f
i
k
l
m
n
p
r
t
u
v
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
s
t
u
w
x
y
z
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
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
a
c
d
f
g
h
l
m
p
s
v
w
Enumerations
Enumerator
c
d
e
f
h
i
j
m
n
o
p
r
s
t
w
y
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
p
r
s
u
Variables
b
c
d
e
g
h
k
l
m
n
p
r
s
t
u
w
z
Typedefs
Macros
_
a
b
c
g
h
i
k
m
n
r
s
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
verification
tests
exactTestH.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2004-2006, 2016 Jed Brown and Ed Bueler
3
4
This file is part of PISM.
5
6
PISM is free software; you can redistribute it and/or modify it under the
7
terms of the GNU General Public License as published by the Free Software
8
Foundation; either version 3 of the License, or (at your option) any later
9
version.
10
11
PISM is distributed in the hope that it will be useful, but WITHOUT ANY
12
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14
details.
15
16
You should have received a copy of the GNU General Public License
17
along with PISM; if not, write to the Free Software
18
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
*/
20
21
#ifndef __exactTestH_h
22
#define __exactTestH_h 1
23
24
#ifdef __cplusplus
25
extern
"C"
26
{
27
#endif
28
29
/*
30
10/24/06
31
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
! exactTestH is a C implementation of a single isothermal exact solution
33
! which is a concatenation of Tests C and B from
34
!
35
! Ed Bueler, Craig S. Lingle, Jed A. Kallen-Brown, David N. Covey, and
36
! Latrice N. Bowman (2005) "Exact solutions and numerical verification
37
! for isothermal ice sheets," J. Glaciol. 51 (no. 173), 291--306.
38
!
39
! Test H includes pointwise isostasy and was used in generating results in
40
!
41
! Ed Bueler, Craig S. Lingle, and Jed Brown (2007) "Fast
42
! computation of a deformable Earth model for ice-sheet simulations,"
43
! Ann. Glaciol. 46, 97--105.
44
!
45
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
46
*/
47
48
struct
TestHParameters
{
49
int
error_code
;
50
double
H
;
51
double
M
;
52
};
48
struct
TestHParameters
{
…
};
53
54
struct
TestHParameters
exactH
(const
double
f, const
double
t, const
double
r);
55
56
#ifdef __cplusplus
57
}
58
#endif
59
60
61
#endif
/* __exactTestH_h */
double
exactH
struct TestHParameters exactH(const double f, const double t, const double r)
Definition
exactTestH.c:76
TestHParameters::M
double M
Definition
exactTestH.h:51
TestHParameters::error_code
int error_code
Definition
exactTestH.h:49
TestHParameters::H
double H
Definition
exactTestH.h:50
TestHParameters
Definition
exactTestH.h:48
Generated by
1.9.8