1 // GetDP - Copyright (C) 1997-2021 P. Dular and C. Geuzaine, University of Liege
2 //
3 // See the LICENSE.txt file for license information. Please report all
4 // issues on https://gitlab.onelab.info/getdp/getdp/issues.
5 
6 #ifndef GET_ELEMENT_SOURCE_H
7 #define GET_ELEMENT_SOURCE_H
8 
9 #include "ProData.h"
10 
11 void Get_InitElementSource(struct Element *Element, int InIndex);
12 int Get_NextElementSource(struct Element *ElementSource);
13 void Get_ElementTrace(struct Element *Element, int InIndex);
14 
15 #endif
16