Home
last modified time | relevance | path

Searched refs:rankIS (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_Dumper.cxx130 Standard_Integer rankIS = BDS.AncestorRank(IS); in SPrintShape() local
134 s1 = (Standard_CString ) ((rankIS == 1) ? "*" : ""); in SPrintShape()
135 s2 = (Standard_CString ) ((rankIS == 2) ? "*" : ""); in SPrintShape()
138 s1 = (Standard_CString ) ((rankIS == 1) ? "~" : ""); in SPrintShape()
139 s2 = (Standard_CString ) ((rankIS == 2) ? "~" : ""); in SPrintShape()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexpartition.c994 IS rankIS, pointIS, closureIS; in DMPlexPartitionLabelClosure() local
1002 ierr = ISGetIndices(rankIS, &ranks);CHKERRQ(ierr); in DMPlexPartitionLabelClosure()
1015 ierr = ISDestroy(&rankIS);CHKERRQ(ierr); in DMPlexPartitionLabelClosure()
1032 IS rankIS, pointIS; in DMPlexPartitionLabelAdjacency() local
1041 ierr = ISGetIndices(rankIS, &ranks);CHKERRQ(ierr); in DMPlexPartitionLabelAdjacency()
1057 ierr = ISDestroy(&rankIS);CHKERRQ(ierr); in DMPlexPartitionLabelAdjacency()
1082 IS rankIS, pointIS; in DMPlexPartitionLabelPropagate() local
1095 ierr = ISGetIndices(rankIS, &ranks);CHKERRQ(ierr); in DMPlexPartitionLabelPropagate()
1104 ierr = ISDestroy(&rankIS);CHKERRQ(ierr); in DMPlexPartitionLabelPropagate()
1110 ierr = ISGetIndices(rankIS, &ranks);CHKERRQ(ierr); in DMPlexPartitionLabelPropagate()
[all …]