Searched refs:getDepth (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | SysFiles.pm | 656 push_U($In::Opt{"SysPaths"}{"bin"}, sort {getDepth($a)<=>getDepth($b)} @Dirs); 696 … push_U($In::Opt{"DefaultLibPaths"}, sort {getDepth($a)<=>getDepth($b)} sort keys(%Dirs)); 921 or getDepth($In::Opt{"MainCppDir"})>getDepth($Path)) { 961 @Headers = sort {getDepth($a)<=>getDepth($b)} @Headers; 984 @Headers = sort {getDepth($a)<=>getDepth($b)} @Headers; 1401 foreach my $Dependency (sort {getDepth($a)<=>getDepth($b)} keys(%{$Header_Dependency{$LVer}})) 1515 if(getDepth($_)>=3 1609 $SystemDepth = getDepth($SystemRoot); 1612 if(getDepth($Candidate)-$SystemDepth>=5) 1698 foreach my $Candidate (sort {getDepth($a)<=>getDepth($b)} [all …]
|
| H A D | Basic.pm | 263 sub getDepth($) subroutine
|
| H A D | GccAst.pm | 1890 if(getDepth($TypedefName)==0 and getDepth($TName)!=0)
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 743 DM, DMPlex, DMPlex.getCellTypeLabel, DMPlex.getDepth, DM.createLabel 763 DM, DMPlex, DM.PolytopeType, DMPlex.getCellTypeLabel, DMPlex.getDepth 995 def getDepth(self) -> int: member in DMPlex 1029 DM, DMPlex, DMPlex.getHeightStratum, DMPlex.getDepth 1056 DM, DMPlex, DMPlex.getDepthStratum, DMPlex.getDepth 1076 DM, DMPlex, DMPlex.getDepthStratum, DMPlex.getDepth
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 305 "for i in range(plex.getDepth()+1):\n",
|