PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
Namespaces | Functions
error_handling.cc File Reference
#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)