mod_fem_viewer/mod_fem/inc/defs.h File Reference
Go to the source code of this file.
Defines |
#define | APC_TENSOR 0 |
| * Status indicators */
|
#define | APC_COMPLETE 1 |
#define | ut_max(x, y) ((x)>(y)?(x):(y)) |
| * standard macro for max and min and abs */
|
#define | ut_min(x, y) ((x)<(y)?(x):(y)) |
#define | ut_abs(x) ((x)<0?-(x):(x)) |
#define | APC_MAXELVD 600 |
| * Constants */ /const int MMC_MAXELFAC = 5; /* maximal number of faces of an element */ /const int MMC_MAXFAVNO = 4; /* maximal number of vertices of a face */ /const int MMC_MAXELVNO = 6; /* maximal number of vertices of an element */ /const int MMC_MAXELSONS = 8; /* maximal number of faces of an element */
|
Define Documentation
* Constants */ /const int MMC_MAXELFAC = 5; /* maximal number of faces of an element */ /const int MMC_MAXFAVNO = 4; /* maximal number of vertices of a face */ /const int MMC_MAXELVNO = 6; /* maximal number of vertices of an element */ /const int MMC_MAXELSONS = 8; /* maximal number of faces of an element */
#define ut_abs |
( |
x |
|
) |
((x)<0?-(x):(x)) |
#define ut_max |
( |
x, |
|
|
y |
|
) |
((x)>(y)?(x):(y)) |
* standard macro for max and min and abs */
#define ut_min |
( |
x, |
|
|
y |
|
) |
((x)<(y)?(x):(y)) |