Go to the documentation of this file.
26 #include "esysUtils/Esys_MPI.h"
27 #include "esysUtils/error.h"
31 #define FINLEY_UNKNOWN -1
32 #define FINLEY_DEGREES_OF_FREEDOM 1
33 #define FINLEY_NODES 3
34 #define FINLEY_ELEMENTS 4
35 #define FINLEY_FACE_ELEMENTS 5
36 #define FINLEY_POINTS 6
37 #define FINLEY_CONTACT_ELEMENTS_1 7
38 #define FINLEY_CONTACT_ELEMENTS_2 8
39 #define FINLEY_REDUCED_DEGREES_OF_FREEDOM 2
40 #define FINLEY_REDUCED_NODES 14
41 #define FINLEY_REDUCED_ELEMENTS 10
42 #define FINLEY_REDUCED_FACE_ELEMENTS 11
43 #define FINLEY_REDUCED_CONTACT_ELEMENTS_1 12
44 #define FINLEY_REDUCED_CONTACT_ELEMENTS_2 13
48 #define Finley_increaseStatus(self) ((self)->status)++
49 #define FINLEY_INITIAL_STATUS 0