|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | pism::grid::GridInfo |
| class | pism::grid::DistributedGridInfo |
Namespaces | |
| namespace | pism |
| namespace | pism::grid |
Enumerations | |
| enum | pism::grid::Periodicity { pism::grid::NOT_PERIODIC = 0 , pism::grid::X_PERIODIC = 1 , pism::grid::Y_PERIODIC = 2 , pism::grid::XY_PERIODIC = 3 } |
| enum | pism::grid::Registration { pism::grid::CELL_CENTER , pism::grid::CELL_CORNER } |
Functions | |
| Registration | pism::grid::string_to_registration (const std::string &keyword) |
| std::string | pism::grid::registration_to_string (Registration registration) |
| Periodicity | pism::grid::string_to_periodicity (const std::string &keyword) |
| Convert a string to Periodicity. | |
| std::string | pism::grid::periodicity_to_string (Periodicity p) |
| Convert Periodicity to a STL string. | |