Searched refs:coarseCount (Results 1 – 2 of 2) sorted by relevance
2536 PetscInt i, coarseCount = 0; in DMPforestGetTransferSF_Point() local2548 while (disjoint < 0 && coarseCount < numCoarseQuads) { in DMPforestGetTransferSF_Point()2549 quadCoarse = &coarseQuads[coarseCount]; in DMPforestGetTransferSF_Point()2551 if (disjoint < 0) coarseCount++; in DMPforestGetTransferSF_Point()2568 …PetscSFNode q = closurePointsC[numClosureIndices * (coarseCount + coarseOffset) + (P4EST_INSU… in DMPforestGetTransferSF_Point()2576 coarseCount++; in DMPforestGetTransferSF_Point()2578 if (coarseCount < numCoarseQuads) { in DMPforestGetTransferSF_Point()2579 quadCoarse = &coarseQuads[coarseCount]; in DMPforestGetTransferSF_Point()2591 … roots[p - pStartF] = closurePointsC[numClosureIndices * (coarseCount + coarseOffset) + j]; in DMPforestGetTransferSF_Point()2758 q = closurePointsC[numClosureIndices * (coarseCount + coarseOffset) + l]; in DMPforestGetTransferSF_Point()
569 PetscInt coarseCount; in DMCountNonCyclicReferences_Internal() local571 …scCall(DMCountNonCyclicReferences_Internal(dm->coarseMesh, PETSC_TRUE, PETSC_FALSE, &coarseCount)); in DMCountNonCyclicReferences_Internal()572 refct += coarseCount; in DMCountNonCyclicReferences_Internal()