|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include "pism/util/error_handling.hh"#include <petsc.h>#include <stdexcept>#include <stdarg.h>Go to the source code of this file.
Namespaces | |
| namespace | pism |
Functions | |
| void | pism::handle_fatal_errors (MPI_Comm com) |
| void | pism::check_c_call (int errcode, int success, const char *function_name, const char *file, int line) |
| void | pism::check_petsc_call (int errcode, const char *function_name, const char *file, int line) |