98 #define matrix BJmatrix 102 #define Tensor BJtensor 107 #define PI 3.14159265358979323846 111 #define TWOOVERTHREE 0.6666666666667 115 #define ONEOVERTHREE 0.3333333333333 121 static const int def_dim_4_2[]={2,2,2,2};
126 static const int def_dim_1[] = {3};
127 static const int def_dim_2[] = {3, 3};
128 static const int def_dim_3[] = {3, 3, 3};
129 static const int def_dim_4[] = {3, 3, 3, 3};
132 static const int Cosserat_def_dim_2[] = {6, 6};
133 static const int Cosserat_def_dim_4[] = {6, 6, 6, 6};
150 long double ld_macheps();