Go to the documentation of this file.
25 #include "esysUtils/Esys_MPI.h"
26 #include "esysUtils/error.h"
33 #define FINLEY_UNKNOWN -1
34 #define FINLEY_DEGREES_OF_FREEDOM 1
35 #define FINLEY_NODES 3
36 #define FINLEY_ELEMENTS 4
37 #define FINLEY_FACE_ELEMENTS 5
38 #define FINLEY_POINTS 6
39 #define FINLEY_CONTACT_ELEMENTS_1 7
40 #define FINLEY_CONTACT_ELEMENTS_2 8
41 #define FINLEY_REDUCED_DEGREES_OF_FREEDOM 2
42 #define FINLEY_REDUCED_NODES 14
43 #define FINLEY_REDUCED_ELEMENTS 10
44 #define FINLEY_REDUCED_FACE_ELEMENTS 11
45 #define FINLEY_REDUCED_CONTACT_ELEMENTS_1 12
46 #define FINLEY_REDUCED_CONTACT_ELEMENTS_2 13
48 #define FINLEY_INITIAL_STATUS 0
63 #endif // __FINLEY_H__