Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model
2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
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
icebin
VecBundleWriter.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
#include <memory>
6
7
namespace
pism
{
8
class
Grid;
9
namespace
array {
10
class
Array
;
11
}
12
13
namespace
icebin
{
14
15
/** Sets up to easily write out a bundle of PISM variables to a file. */
16
class
VecBundleWriter
{
17
std::shared_ptr<const pism::Grid>
m_grid
;
18
std::string
const
fname
;
// Name of the file to write
19
std::vector<pism::array::Array const *>
vecs
;
// The vectors we will write
20
21
public
:
22
VecBundleWriter
(std::shared_ptr<pism::Grid> grid, std::string
const
&_fname, std::vector<pism::array::Array const *> &_vecs);
23
24
void
init
();
25
26
/** Dump the value of the Vectors at curent PISM simulation time. */
27
void
write
(
double
time_s);
28
};
16
class
VecBundleWriter
{
…
};
29
}
// end of namespace icebin
30
}
// end of namespace pism
pism::icebin::VecBundleWriter::write
void write(double time_s)
Definition
VecBundleWriter.cc:40
pism::icebin::VecBundleWriter::m_grid
std::shared_ptr< const pism::Grid > m_grid
Definition
VecBundleWriter.hh:17
pism::icebin::VecBundleWriter::fname
std::string const fname
Definition
VecBundleWriter.hh:18
pism::icebin::VecBundleWriter::vecs
std::vector< pism::array::Array const * > vecs
Definition
VecBundleWriter.hh:19
pism::icebin::VecBundleWriter::init
void init()
Definition
VecBundleWriter.cc:25
pism::icebin::VecBundleWriter
Definition
VecBundleWriter.hh:16
icebin
Definition
IBIceModel.hh:11
pism::connected_components::Array
connected_components::details::PISMArray Array
Definition
label_components_parallel.cc:357
pism
Definition
AgeColumnSystem.cc:23
Generated by
1.9.8