mod_fem_viewer/mod_fem/inc/defs.h File Reference

This graph shows which files directly or indirectly include this file:

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

#define APC_COMPLETE   1
#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 APC_TENSOR   0

* Status indicators */

#define ut_abs (  )     ((x)<0?-(x):(x))
#define ut_max ( x,
 )     ((x)>(y)?(x):(y))

* standard macro for max and min and abs */

#define ut_min ( x,
 )     ((x)<(y)?(x):(y))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1