Home
last modified time | relevance | path

Searched refs:PE_L (Results 1 – 3 of 3) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Element.h32 List_T * PE_L, int Index, int Depth, int Skin,
H A DPos_Print.cpp762 List_Reset(PE_L); \
764 List_Add(PE_L, &PE) ; \
766 Cut_PostElement(PE, Element.GeoElement, PE_L, PE->Index, \
768 for(iPost = 0 ; iPost < List_Nbr(PE_L) ; iPost++){ \
769 PE = *(struct PostElement **)List_Pointer(PE_L, iPost) ; \
793 for(iPost = 0 ; iPost < List_Nbr(PE_L) ; iPost++) \
794 Destroy_PostElement(*(struct PostElement **)List_Pointer(PE_L, iPost));
808 List_T * PE_L ; in Pos_PrintOnSection() local
817 PE_L = List_Create(10, 10, sizeof(struct PostElement *)) ; in Pos_PrintOnSection()
990 List_Delete(PE_L) ; in Pos_PrintOnSection()
H A DPos_Element.cpp172 List_T * PE_L, int Index, int Depth, int Skin, in Cut_PostElement() argument
366 Cut_PostElement(C[i], GE, PE_L, Index, Depth, Skin, DecomposeInSimplex); in Cut_PostElement()
400 List_Add(PE_L, &PE); in Cut_PostElement()
429 #define POS_CUT_FILL Cut_PostElement(PE, GE, PE_L, Index, Depth, 0, DecomposeInSimplex)
430 #define POS_CUT_SKIN Cut_PostElement(PE, GE, PE_L, Index, Depth, 1, DecomposeInSimplex)
432 void Fill_PostElement(struct Geo_Element * GE, List_T * PE_L, in Fill_PostElement() argument