Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2611 PetscInt newcid = -1; in DMPforestGetTransferSF_Point() local
2618 newcid = cid + 1; in DMPforestGetTransferSF_Point()
2624 newcid = -1; in DMPforestGetTransferSF_Point()
2626 newcid = point; in DMPforestGetTransferSF_Point()
2638 …, point, DMPolytopeConvertNewOrientation_Internal(rct, pointClosure[2 * rcl + 1]), NULL, &newcid)); in DMPforestGetTransferSF_Point()
2641 if (newcid >= 0) { in DMPforestGetTransferSF_Point()
2642 if (canonical) PetscCall(DMLabelGetValue(canonical, newcid, &newcid)); in DMPforestGetTransferSF_Point()
2643 proposedCids[cl] = newcid; in DMPforestGetTransferSF_Point()