|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <memory>#include <string>#include <mpi.h>Go to the source code of this file.
Classes | |
| class | pism::Context |
Namespaces | |
| namespace | pism |
| namespace | pism::units |
Functions | |
| std::shared_ptr< Context > | pism::context_from_config (MPI_Comm com, std::shared_ptr< Config > config, const std::string &prefix) |
| std::shared_ptr< Context > | pism::context_from_options (MPI_Comm com, const std::string &prefix) |
| Create a default context using options. | |