Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ PISM_CHK

#define PISM_CHK (   errcode,
  name 
)    do { pism::check_petsc_call(errcode, name, __FILE__, __LINE__); } while (0)

Definition at line 90 of file error_handling.hh.