Home
last modified time | relevance | path

Searched refs:Tree_PQuery (Results 1 – 16 of 16) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/utils/converters/autocad/
H A Ddxf2msh.c58 if((pp = (struct Point*)Tree_PQuery(Point_T, p))) in AddPoint()
108 if((ll = (struct Line*)Tree_PQuery(Line_T, l))) { in AddLine()
149 if((bb = (struct arXfa*)Tree_PQuery(arXfa_T, aa))) { in AddarXfa()
205 tri_a = (struct Facet*)Tree_PQuery(Facet_T, &tri_0) ; in orienttri_3()
207 tri_b = (struct Facet*)Tree_PQuery(Facet_T, &tri_0) ; in orienttri_3()
232 tri_a = (struct Facet*)Tree_PQuery(Facet_T, &tri_0) ; in orienttri_2()
237 arXfa_b = (struct arXfa*)Tree_PQuery(arXfa_T, &arXfa_0) ; in orienttri_2()
H A Ddxf2pos.c58 if((pp = (struct Point*)Tree_PQuery(Point_T, p))) in AddPoint()
100 if((ll = (struct Line*)Tree_PQuery(Line_T, l))) { in AddLine()
133 if((bb = (struct arXfa*)Tree_PQuery(arXfa_T, aa))) { in AddarXfa()
208 tri_a = (struct Facet*)Tree_PQuery(Facet_T, &tri_0) ; in orienttri_3()
210 tri_b = (struct Facet*)Tree_PQuery(Facet_T, &tri_0) ; in orienttri_3()
234 tri_a = (struct Facet*)Tree_PQuery(Facet_T, &tri_0) ; in orienttri_2()
239 arXfa_b = (struct arXfa*)Tree_PQuery(arXfa_T, &arXfa_0) ; in orienttri_2()
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DGeoNormal.cpp68 Tree_PQuery(CurrentGeoData->NodesXElements, &NXE))) { in Geo_CreateNodesXElements()
148 if((EXV_P = (struct EntityXVector*)Tree_PQuery(CurrentGeoData->Normals, &EXV))) { in Geo_CreateNormalOfElement()
H A DDofData.cpp1164 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineAssignSolveDof()
1187 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineInitFixedDof()
1211 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineInitSolveDof()
1233 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineLinkDof()
1252 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineLinkCplxDof()
1276 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineUnknownDof()
1330 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineAssociateDof()
1348 if(!Tree_PQuery(CurrentDofData->DofTree, &Dof)) { in Dof_DefineAssociateDof()
1401 Dof_P = (struct Dof *)Tree_PQuery(CurrentDofData->DofTree, &Dof); in Dof_UpdateAssignFixedDof()
1423 Dof_P = (struct Dof *)Tree_PQuery(CurrentDofData->DofTree, &Dof); in Dof_UpdateLinkDof()
[all …]
H A DGeoTree.cpp126 (struct EntityInTree *)Tree_PQuery(EntitiesInTree_T, &Num_Entity1); in Geo_GenerateEdgesOfTreeByDimension()
223 (struct EntityInTree *)Tree_PQuery(EntitiesInTree_T, &Num_Entity1); in Geo_GenerateFacetsOfSubTree()
H A DCal_AssembleTerm.cpp819 if (Dof->Type == DOF_UNKNOWN && !Tree_PQuery(DofTree_MH_moving, Dof)) in Cal_AssembleTerm_MHMoving()
821 else if (Dof->Type == DOF_LINK && !Tree_PQuery(DofTree_MH_moving, Dof->Case.Link.Dof)) in Cal_AssembleTerm_MHMoving()
824 if (Equ->Type == DOF_UNKNOWN && !Tree_PQuery(DofTree_MH_moving, Equ)) in Cal_AssembleTerm_MHMoving()
826 else if (Equ->Type == DOF_LINK && !Tree_PQuery(DofTree_MH_moving, Equ->Case.Link.Dof)) in Cal_AssembleTerm_MHMoving()
H A DGeoEntity.cpp382 Tree_PQuery(Geo_Entities2XEntities1, &Entity2XEntities1)) == NULL) { in Geo_CreateEntitiesOfElement()
H A DPos_Print.cpp354 if(Tree_PQuery(PostElement_T, &PE)){ in Pos_PrintOnElementsOf()
557 if((xyzv_P = (struct xyzv*)Tree_PQuery(xyzv_T, &xyzv))){ in Pos_PrintOnElementsOf()
579 if((xyzv_P = (struct xyzv*)Tree_PQuery(xyzv_T, &xyzv))){ in Pos_PrintOnElementsOf()
/dports/science/getdp/getdp-3.4.0-source/Common/
H A DTreeUtils.h25 void *Tree_PQuery(Tree_T *Tree, void *data);
H A DTreeUtils.cpp74 void *Tree_PQuery(Tree_T * tree, void *data) in Tree_PQuery() function
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DTreeUtils.h26 void *Tree_PQuery(Tree_T *Tree, void *data);
H A DTreeUtils.cpp77 void *Tree_PQuery(Tree_T *tree, void *data) in Tree_PQuery() function
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DfindLinks.cpp94 if((pli = (lnk *)Tree_PQuery(links, &li))) { List_Add(pli->l, &na); } in createEdgeLinks()
274 if((pli = (lnk *)Tree_PQuery(links, &li))) { List_Add(pli->l, &na); } in createFaceLinks()
H A DGeo.cpp1920 if(!(pv2 = (Vertex **)Tree_PQuery(allNonDuplicatedPoints, pv))) { in ReplaceDuplicatePoints()
1953 if(!(pv2 = (Vertex **)Tree_PQuery(allNonDuplicatedPoints, pv))) { in ReplaceDuplicatePoints()
1972 if(!(pv2 = (Vertex **)Tree_PQuery(allNonDuplicatedPoints, pv))) { in ReplaceDuplicatePoints()
2069 (Curve **)Tree_PQuery(allNonDuplicatedCurves, &c2); in ReplaceDuplicateCurves()
2106 if(!(pc2 = (Curve **)Tree_PQuery(allNonDuplicatedCurves, &c2))) in ReplaceDuplicateCurves()
2123 if(!(pc2 = (Curve **)Tree_PQuery(allNonDuplicatedCurves, pc))) in ReplaceDuplicateCurves()
2137 if(!(pc2 = (Curve **)Tree_PQuery(allNonDuplicatedCurves, &c2))) in ReplaceDuplicateCurves()
2148 if(!(pc2 = (Curve **)Tree_PQuery(allNonDuplicatedCurves, &c2))) in ReplaceDuplicateCurves()
2169 if(!(pc2 = (Curve **)Tree_PQuery(allNonDuplicatedCurves, &c2))) in ReplaceDuplicateCurves()
2379 (Surface **)Tree_PQuery(allNonDuplicatedSurfaces, &s); in ReplaceDuplicateSurfaces()
[all …]
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProParser.y8538 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8566 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8594 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8622 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8644 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8661 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8696 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
8749 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
10737 Constant *Constant_P = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S); in Fill_GroupInitialListFromString()
11041 return (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S); in Get_ParserConstant()
H A DProParser.tab.cpp18415 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18445 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18475 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18505 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18529 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18548 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18585 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
18646 Constant *c = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S);
21504 Constant *Constant_P = (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S); in Fill_GroupInitialListFromString()
21808 return (Constant*)Tree_PQuery(ConstantTable_L, &Constant_S); in Get_ParserConstant()