Searched refs:nO (Results 1 – 4 of 4) sorted by relevance
37 PetscInt nO; in DMPlexOrientPoint() local40 nO = DMPolytopeTypeGetNumArrangements(ft) / 2; in DMPlexOrientPoint()43 …nO || newornt[c] < -nO), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid orientation %" PetscInt_FMT " n… in DMPlexOrientPoint()
4173 PetscInt nO = DMPolytopeTypeGetNumArrangements(qt) / 2; in DMPlexGetTransitiveClosure_Internal() local4174 …nO || o < -nO), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid orientation %" PetscInt_FMT " not in [%"… in DMPlexGetTransitiveClosure_Internal()
1506 PetscInt nO; in DMPlexTransformGetCone_Internal() local1508 nO = DMPolytopeTypeGetNumArrangements(ft) / 2; in DMPlexTransformGetCone_Internal()1511 …nO || newornt[c] < -nO), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid orientation %" PetscInt_FMT " n… in DMPlexTransformGetCone_Internal()
9464 const PetscInt nO = DMPolytopeTypeGetNumArrangements(ct) / 2; in DMPolytopeMatchOrientation() local9468 if (!nO) { in DMPolytopeMatchOrientation()9473 for (o = -nO; o < nO; ++o) { in DMPolytopeMatchOrientation()9483 *found = o == nO ? PETSC_FALSE : PETSC_TRUE; in DMPolytopeMatchOrientation()9549 const PetscInt nO = DMPolytopeTypeGetNumArrangements(ct) / 2; in DMPolytopeMatchVertexOrientation() local9553 if (!nO) { in DMPolytopeMatchVertexOrientation()9558 for (o = -nO; o < nO; ++o) { in DMPolytopeMatchVertexOrientation()9568 *found = o == nO ? PETSC_FALSE : PETSC_TRUE; in DMPolytopeMatchVertexOrientation()