Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c123 static PetscErrorCode ComputeUnsplitFaceNumber(DM dm, DMLabel label, PetscInt p, PetscInt *funsplit) in ComputeUnsplitFaceNumber() argument
129 *funsplit = 0; in ComputeUnsplitFaceNumber()
132 …PetscCheck(coneSize < (PetscInt)sizeof(*funsplit) * 8, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Cone of s… in ComputeUnsplitFaceNumber()
135 if (val >= 200) *funsplit |= 1 << c; in ComputeUnsplitFaceNumber()
788 PetscInt fsplit = -1, funsplit = -1; in DMPlexTransformSetUp_Cohesive() local
803 PetscCall(ComputeUnsplitFaceNumber(dm, active, p, &funsplit)); in DMPlexTransformSetUp_Cohesive()
804 PetscCall(DMLabelSetValue(tr->trType, p, (ct * 2 + 1) * 100 + funsplit)); in DMPlexTransformSetUp_Cohesive()