Home
last modified time | relevance | path

Searched refs:nO (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexorient.c37 PetscInt nO; in DMPlexOrientPoint() local
40 nO = DMPolytopeTypeGetNumArrangements(ft) / 2; in DMPlexOrientPoint()
43nO || newornt[c] < -nO), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid orientation %" PetscInt_FMT " n… in DMPlexOrientPoint()
H A Dplex.c4173 PetscInt nO = DMPolytopeTypeGetNumArrangements(qt) / 2; in DMPlexGetTransitiveClosure_Internal() local
4174nO || o < -nO), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid orientation %" PetscInt_FMT " not in [%"… in DMPlexGetTransitiveClosure_Internal()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1506 PetscInt nO; in DMPlexTransformGetCone_Internal() local
1508 nO = DMPolytopeTypeGetNumArrangements(ft) / 2; in DMPlexTransformGetCone_Internal()
1511nO || newornt[c] < -nO), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid orientation %" PetscInt_FMT " n… in DMPlexTransformGetCone_Internal()
/petsc/src/dm/interface/
H A Ddm.c9464 const PetscInt nO = DMPolytopeTypeGetNumArrangements(ct) / 2; in DMPolytopeMatchOrientation() local
9468 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() local
9553 if (!nO) { in DMPolytopeMatchVertexOrientation()
9558 for (o = -nO; o < nO; ++o) { in DMPolytopeMatchVertexOrientation()
9568 *found = o == nO ? PETSC_FALSE : PETSC_TRUE; in DMPolytopeMatchVertexOrientation()