Ifpack Package Browser (Single Doxygen Collection)
Development
|
Go to the source code of this file.
Macros | |
#define | FMAX(a, b) ((FABS(a)) > (FABS(b)) ? (FABS(a)) : (FABS(b))) |
#define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
#define | MIN(a, b) ((a)<(b)?(a):(b)) |
#define | ABS(x) (((x)<0)?(-(x)):(x)) |
#define | FABS(a) ((a) < 0 ? -(a) : a) |
#define | _MATLAB_ZERO_ 1e-100 |
#define | ASSERT_DH(ptr) |
#define | CHECK_MPI_V_ERROR(errCode) |
#define | CHECK_MPI_ERROR(errCode) |
#define | SET_V_ERROR(msg) |
#define | SET_ERROR(retval, msg) |
#define | CHECK_V_ERROR |
#define | CHECK_ERROR(retval) |
#define | SET_INFO(msg) setInfo_dh(msg, __FUNC__, __FILE__, __LINE__); |
#define | START_FUNC_DH |
#define | END_FUNC_DH |
#define | START_FUNC_DH_2 |
#define | END_FUNC_DH_2 |
#define | END_FUNC_VAL(retval) |
#define | END_FUNC_VAL_2(retval) |
Definition at line 47 of file macros_dh.h.
#define MAX | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Definition at line 51 of file macros_dh.h.
#define MIN | ( | a, | |
b | |||
) | ((a)<(b)?(a):(b)) |
Definition at line 55 of file macros_dh.h.
#define ABS | ( | x | ) | (((x)<0)?(-(x)):(x)) |
Definition at line 59 of file macros_dh.h.
#define FABS | ( | a | ) | ((a) < 0 ? -(a) : a) |
Definition at line 63 of file macros_dh.h.
#define _MATLAB_ZERO_ 1e-100 |
Definition at line 67 of file macros_dh.h.
#define ASSERT_DH | ( | ptr | ) |
Definition at line 77 of file macros_dh.h.
#define CHECK_MPI_V_ERROR | ( | errCode | ) |
Definition at line 108 of file macros_dh.h.
#define CHECK_MPI_ERROR | ( | errCode | ) |
Definition at line 117 of file macros_dh.h.
#define SET_V_ERROR | ( | msg | ) |
Definition at line 126 of file macros_dh.h.
#define SET_ERROR | ( | retval, | |
msg | |||
) |
Definition at line 132 of file macros_dh.h.
#define CHECK_V_ERROR |
Definition at line 138 of file macros_dh.h.
#define CHECK_ERROR | ( | retval | ) |
Definition at line 145 of file macros_dh.h.
#define SET_INFO | ( | msg | ) | setInfo_dh(msg, __FUNC__, __FILE__, __LINE__); |
Definition at line 156 of file macros_dh.h.
#define START_FUNC_DH |
Definition at line 181 of file macros_dh.h.
#define END_FUNC_DH |
Definition at line 187 of file macros_dh.h.
#define START_FUNC_DH_2 |
Definition at line 194 of file macros_dh.h.
#define END_FUNC_DH_2 |
Definition at line 200 of file macros_dh.h.
#define END_FUNC_VAL | ( | retval | ) |
Definition at line 208 of file macros_dh.h.
#define END_FUNC_VAL_2 | ( | retval | ) |
Definition at line 215 of file macros_dh.h.