PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <SSAFD.hh>
Public Member Functions | |
KSPFailure (const char *reason) | |
Public Member Functions inherited from pism::RuntimeError | |
RuntimeError (const ErrorLocation &location, const std::string &message) | |
~RuntimeError () throw () | |
void | add_context (const std::string &message) |
Add a message providing some context. This way we can (sort of) get a stack trace even though C++ exceptions do not provide one. More... | |
void | add_context (const char format[],...) __attribute__((format(printf |
void void | print (MPI_Comm com) |
Additional Inherited Members | |
Public Types inherited from pism::RuntimeError | |
typedef void(* | Hook) (RuntimeError *) |
Static Public Member Functions inherited from pism::RuntimeError | |
static RuntimeError | formatted (const ErrorLocation &location, const char format[],...) __attribute__((format(printf |
build a RuntimeError with a formatted message More... | |
static RuntimeError static void | set_hook (Hook new_hook) |
Protected Attributes inherited from pism::RuntimeError | |
std::vector< std::string > | m_context |
ErrorLocation | m_location |
Static Protected Attributes inherited from pism::RuntimeError | |
static Hook | sm_hook = NULL |