Home
last modified time | relevance | path

Searched refs:Group_P (Results 1 – 17 of 17) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DExtendedGroup.cpp44 if ((Group_P->InitialList && !Group_P->ExtendedList) || in Check_IsEntityInExtendedGroup()
45 (Group_P->InitialSuppList && !Group_P->ExtendedSuppList)) in Check_IsEntityInExtendedGroup()
55 if (!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; in Check_IsEntityInExtendedGroup()
103 &Group_P->ExtendedList, Group_P->FunctionType) ; in Generate_ExtendedGroup()
121 Generate_GroupsOfNodes(Group_P->InitialList, &Group_P->ExtendedList) ; in Generate_ExtendedGroup()
126 Group_P->SuppListType, Group_P->InitialSuppList, in Generate_ExtendedGroup()
127 Group_P->SuppListType2, Group_P->InitialSuppList2, in Generate_ExtendedGroup()
133 Group_P->SuppListType, Group_P->InitialSuppList, in Generate_ExtendedGroup()
138 Generate_GroupsOfFacets(Group_P->InitialList, &Group_P->ExtendedList) ; in Generate_ExtendedGroup()
163 Group_P->SuppListType2, &Group_P->ExtendedList) ; in Generate_ExtendedGroup()
[all …]
H A DOperation_ChangeOfCoordinates.cpp39 struct Group * Group_P ; in Operation_ChangeOfCoordinates() local
47 Group_P = (struct Group *) in Operation_ChangeOfCoordinates()
50 if (!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; in Operation_ChangeOfCoordinates()
51 if (Group_P->FunctionType != NODESOF) in Operation_ChangeOfCoordinates()
54 Nbr_Node = List_Nbr(Group_P->ExtendedList) ; in Operation_ChangeOfCoordinates()
57 List_Read(Group_P->ExtendedList, i, &Num_Node) ; in Operation_ChangeOfCoordinates()
59 if (!Group_P->InitialSuppList || in Operation_ChangeOfCoordinates()
60 ! List_Search(Group_P->ExtendedSuppList, &Num_Node, fcmp_int)) { in Operation_ChangeOfCoordinates()
114 struct Group *Group_P = (Operation_P->Case.DeformMesh.GroupIndex >=0) ? in Operation_DeformMesh() local
118 if (Group_P && Group_P->FunctionType != NODESOF) in Operation_DeformMesh()
[all …]
H A DCal_PostQuantity.cpp365 struct Group * Group_P ;/* For generating extended group */ in Cal_PostQuantity() local
386 Group_P = (PostQuantityTerm.InIndex < 0)? NULL : in Cal_PostQuantity()
389 InRegion_L = Group_P ? Group_P->InitialList : NULL ; in Cal_PostQuantity()
406 Type_InRegion = Group_P ? Group_P->FunctionType : REGION; in Cal_PostQuantity()
409 if (Group_P && Group_P->FunctionType == ELEMENTSOF){ in Cal_PostQuantity()
410 if (!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; in Cal_PostQuantity()
411 InRegion_L = Group_P->ExtendedList ; in Cal_PostQuantity()
424 if (!((Group_P->Type != ELEMENTLIST && in Cal_PostQuantity()
425 List_Search(Group_P->InitialList, &Element->Region, fcmp_int)) in Cal_PostQuantity()
427 (Group_P->Type == ELEMENTLIST && in Cal_PostQuantity()
[all …]
H A DGet_ElementSource.cpp76 struct Group * Group_P ; in Get_ElementTrace() local
81 Group_P = (struct Group*)List_Pointer(Problem_S.Group, InIndex) ; in Get_ElementTrace()
83 if (!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; in Get_ElementTrace()
85 if(!(Pair_P = (struct TwoInt*)List_PQuery(Group_P->ExtendedList, in Get_ElementTrace()
H A DGet_ConstraintOfElement.cpp922 if(Group_P->InitialSuppList) in Generate_LinkEdges()
1161 Nbr_Entity = List_Nbr(Group_P->ExtendedList); in Generate_LinkEdges()
1165 if(Group_P->InitialSuppList) in Generate_LinkEdges()
1405 Nbr_Entity = List_Nbr(Group_P->ExtendedList); in Generate_LinkFacets()
1409 if(Group_P->InitialSuppList) in Generate_LinkFacets()
1645 Group_P = in Generate_Link()
1657 if(Group_P->FunctionType == REGION) { in Generate_Link()
1658 Nbr_Entity = List_Nbr(Group_P->InitialList); in Generate_Link()
1676 switch(Group_P->FunctionType) { in Generate_Link()
1679 Constraint_P, Group_P->ExtendedList, Group_P->ExtendedSuppList, in Generate_Link()
[all …]
H A DMovingBand2D.h11 void Init_MovingBand2D(struct Group * Group_P);
12 void Mesh_MovingBand2D(struct Group * Group_P);
H A DGeoNormal.cpp50 struct Group *Group_P ; in Geo_CreateNodesXElements() local
54 Group_P = (struct Group*)List_Pointer(Problem_S.Group, InIndex); in Geo_CreateNodesXElements()
58 Message::Info(" Generate NodesXElements information for Region '%s'", Group_P->Name); in Geo_CreateNodesXElements()
76 if (List_Search(Group_P->InitialList, &GeoElement->Region, fcmp_int)){ in Geo_CreateNodesXElements()
H A DGeoEntity.cpp439 struct Group * Group_P ; in Geo_WriteFilePRE() local
498 Group_P = (struct Group*)List_Pointer(Group_L, Index_Group) ; in Geo_WriteFilePRE()
500 fprintf(File_PRE, "$ExtendedGroup /* %s */\n", Group_P->Name) ; in Geo_WriteFilePRE()
502 Index_Group, Nbr_Entities = List_Nbr(Group_P->ExtendedList)) ; in Geo_WriteFilePRE()
504 Num_Entities = (int*)List_Pointer(Group_P->ExtendedList, 0) ; in Geo_WriteFilePRE()
542 struct Group * Group_P ; in Geo_ReadFilePRE() local
645 Group_P = (struct Group*)List_Pointer(Group_L, Index_Group) ; in Geo_ReadFilePRE()
646 Group_P->ExtendedList = List_Create(Nbr_Entities, 1, sizeof(int)) ; in Geo_ReadFilePRE()
652 List_Add(Group_P->ExtendedList, &Num_Entity) ; in Geo_ReadFilePRE()
H A DExtendedGroup.h12 int Check_IsEntityInExtendedGroup(struct Group * Group_P, int Entity, int Flag) ;
13 void Generate_ExtendedGroup(struct Group * Group_P) ;
H A DPos_Print.cpp222 struct Group * Group_P ; in Pos_PrintOnElementsOf() local
264 Region_L = Group_P->InitialList ; in Pos_PrintOnElementsOf()
332 if ((Group_P->Type != ELEMENTLIST && in Pos_PrintOnElementsOf()
1318 struct Group * Group_P ; in Pos_PrintOnRegion() local
1386 Region_L = Group_P? Group_P->InitialList : NULL ; in Pos_PrintOnRegion()
1387 Group_FunctionType = Group_P? Group_P->FunctionType : REGION; in Pos_PrintOnRegion()
1434 if (!Group_P->ExtendedList) Generate_ExtendedGroup(Group_P) ; 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()
[all …]
H A DTreatment_Formulation.cpp75 struct Group * Group_P ; in Cal_FemGlobalEquation() local
98 Group_P = (struct Group *) in Cal_FemGlobalEquation()
100 List_Read(Group_P->InitialList, 0, &Num_Region) ; in Cal_FemGlobalEquation()
192 Group_P = (struct Group *) in Cal_FemGlobalEquation()
197 List_Read(Group_P->InitialList, 0, &Num_Region) ; in Cal_FemGlobalEquation()
231 Group_P = (struct Group *) in Cal_FemGlobalEquation()
236 List_Read(Group_P->InitialList, 0, &Num_Region) ; in Cal_FemGlobalEquation()
H A DMovingBand2D.cpp116 void Init_MovingBand2D (struct Group * Group_P) in Init_MovingBand2D() argument
123 MB = Group_P->MovingBand2D ; in Init_MovingBand2D()
285 void Mesh_MovingBand2D (struct Group * Group_P) in Mesh_MovingBand2D() argument
295 MB = Group_P->MovingBand2D ; in Mesh_MovingBand2D()
296 if (!MB->ExtendedList1 || !MB->ExtendedList2) Init_MovingBand2D(Group_P) ; in Mesh_MovingBand2D()
H A DPre_TermOfFemEquation.cpp582 struct Group * Group_P ; in Pre_FemGlobalEquation() local
601 Group_P = (struct Group *)List_Pointer(Problem_S.Group, CPR_P->RegionIndex) ; in Pre_FemGlobalEquation()
602 if (List_Nbr(Group_P->InitialList) == 1) { in Pre_FemGlobalEquation()
603 List_Read(Group_P->InitialList, 0, &Num_Region) ; in Pre_FemGlobalEquation()
611 Message::Error("Not 1 Elementary Region in Group '%s'", Group_P->Name); in Pre_FemGlobalEquation()
H A DDofData.cpp762 struct GeoData * GeoData_P0, struct Group *Group_P, in Dof_WriteFileRES_WithEntityNum() argument
831 if(!Group_P){ in Dof_WriteFileRES_WithEntityNum()
852 Message::Info("Writing solution for all entities in group '%s'", Group_P->Name) ; in Dof_WriteFileRES_WithEntityNum()
856 List_Delete(Group_P->ExtendedList); in Dof_WriteFileRES_WithEntityNum()
857 Generate_ExtendedGroup(Group_P) ; in Dof_WriteFileRES_WithEntityNum()
858 int n = List_Nbr(Group_P->ExtendedList); in Dof_WriteFileRES_WithEntityNum()
865 for(int i = 0; i < List_Nbr(Group_P->ExtendedList); i++){ in Dof_WriteFileRES_WithEntityNum()
867 List_Read(Group_P->ExtendedList, i, &num); in Dof_WriteFileRES_WithEntityNum()
868 if(!Group_P->InitialSuppList || in Dof_WriteFileRES_WithEntityNum()
869 (!List_Search(Group_P->ExtendedSuppList, &num, fcmp_int))){ in Dof_WriteFileRES_WithEntityNum()
H A DDofData.h180 struct GeoData * GeoData_P0, struct Group * Group_P,
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProParser.y154 int Num_Group(struct Group *Group_P, char *Name, int Num_Group);
10679 Group_P->Name = strSave(tmpstr); in Add_Group()
10683 Group_P->Name = strSave(tmpstr); in Add_Group()
10686 Group_P->Name = Name; in Add_Group()
10691 i = Group_P->Num = List_Nbr(Problem_S.Group); in Add_Group()
10692 Group_P->ExtendedList = Group_P->ExtendedSuppList = Group_P->ExtendedSuppList2 = NULL; in Add_Group()
10693 List_Add(Problem_S.Group, Group_P); in Add_Group()
10697 for(int j = 0; j < List_Nbr(Group_P->InitialList); j++) { in Add_Group()
10707 else List_Write(Problem_S.Group, i, Group_P); in Add_Group()
10728 if(!strcmp(str, Group_P->Name)){ in Fill_GroupInitialListFromString()
[all …]
H A DProParser.tab.cpp1045 int Num_Group(struct Group *Group_P, char *Name, int Num_Group);
21446 Group_P->Name = strSave(tmpstr); in Add_Group()
21450 Group_P->Name = strSave(tmpstr); in Add_Group()
21453 Group_P->Name = Name; in Add_Group()
21458 i = Group_P->Num = List_Nbr(Problem_S.Group); in Add_Group()
21459 Group_P->ExtendedList = Group_P->ExtendedSuppList = Group_P->ExtendedSuppList2 = NULL; in Add_Group()
21460 List_Add(Problem_S.Group, Group_P); in Add_Group()
21464 for(int j = 0; j < List_Nbr(Group_P->InitialList); j++) { in Add_Group()
21474 else List_Write(Problem_S.Group, i, Group_P); in Add_Group()
21495 if(!strcmp(str, Group_P->Name)){ in Fill_GroupInitialListFromString()
[all …]