PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Member Functions | Private Attributes | List of all members
pism::icebin::VecBundleWriter Class Reference

#include <VecBundleWriter.hh>

Public Member Functions

 VecBundleWriter (std::shared_ptr< pism::Grid > grid, std::string const &_fname, std::vector< pism::array::Array const * > &_vecs)
 
void init ()
 
void write (double time_s)
 

Private Attributes

std::shared_ptr< const pism::Gridm_grid
 
std::string const fname
 
std::vector< pism::array::Array const * > vecs
 

Detailed Description

Sets up to easily write out a bundle of PISM variables to a file.

Definition at line 16 of file VecBundleWriter.hh.


The documentation for this class was generated from the following files: