Lines Matching refs:Group_P

222   struct Group * Group_P ;  in Pos_PrintOnElementsOf()  local
262 Group_P = (struct Group *)List_Pointer(Problem_S.Group, in Pos_PrintOnElementsOf()
264 Region_L = Group_P->InitialList ; in Pos_PrintOnElementsOf()
332 if ((Group_P->Type != ELEMENTLIST && in Pos_PrintOnElementsOf()
335 (Group_P->Type == ELEMENTLIST && in Pos_PrintOnElementsOf()
336 Check_IsEntityInExtendedGroup(Group_P, Element.GeoElement->Num, 0)) in Pos_PrintOnElementsOf()
402 if ((Group_P->Type != ELEMENTLIST && in Pos_PrintOnElementsOf()
405 (Group_P->Type == ELEMENTLIST && in Pos_PrintOnElementsOf()
406 Check_IsEntityInExtendedGroup(Group_P, Element.GeoElement->Num, 0)) in Pos_PrintOnElementsOf()
1318 struct Group * Group_P ; in Pos_PrintOnRegion() local
1381 Group_P = (PSO_P->Case.OnRegion.RegionIndex < 0)? NULL : in Pos_PrintOnRegion()
1386 Region_L = Group_P? Group_P->InitialList : NULL ; in Pos_PrintOnRegion()
1387 Group_FunctionType = Group_P? Group_P->FunctionType : REGION; in Pos_PrintOnRegion()
1409 if (Group_P->FunctionType == REGION) { in Pos_PrintOnRegion()
1433 else if (Group_P->FunctionType == NODESOF) { in Pos_PrintOnRegion()
1434 if (!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; in Pos_PrintOnRegion()
1435 Region_L = Group_P->ExtendedList ; /* Attention: new Region_L */ in Pos_PrintOnRegion()
1440 Group_P->FunctionType) ; in Pos_PrintOnRegion()
1678 struct Group *Group_P; in Pos_PrintGroup() local
1694 Group_P = (struct Group *) in Pos_PrintGroup()
1702 if(!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; in Pos_PrintGroup()
1713 switch (Group_P->FunctionType) { in Pos_PrintGroup()
1718 if(List_Search(Group_P->ExtendedList, &GeoElement->NumEdges[i], fcmp_absint)){ in Pos_PrintGroup()
1736 if(List_Search(Group_P->ExtendedList, &GeoElement->NumFacets[i], fcmp_absint)){ in Pos_PrintGroup()