PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include "pism/util/error_handling.hh"
#include <petsc.h>
#include <stdexcept>
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
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) |