Go to the documentation of this file.00001
00007 #ifndef config_h___
00008 #define config_h___
00009
00010 #include "utilities.h"
00011
00012 #define DEFAULT_FORCE_MAGNITUDE 1
00013 #define DEFAULT_DISC 8
00014 #define DEFAULT_MU_0 0.5
00015 #define DEFAULT_MU_T 0.5
00016 #define DEFAULT_CONTACT_TYPE Frictional
00017 #define DEFAULT_CONTACT_MODEL_TYPE Single_Point
00018 #define DEFAULT_INCLUSION_RULE_TYPE Sphere
00019 #define DEFAULT_INCLUSION_RULE_PARAMETER 10
00020 #define DEFAULT_INCLUSION_RULE_FILTER_INSIDE_POINTS false
00021
00022 #define DIVIDE_OWS_BY_LAMBDA
00023
00024 #define MULTITHREAD_ICR_COMPUTATION
00025
00026 #endif