Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2536 PetscInt i, coarseCount = 0; in DMPforestGetTransferSF_Point() local
2548 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()
/petsc/src/dm/interface/
H A Ddm.c569 PetscInt coarseCount; in DMCountNonCyclicReferences_Internal() local
571 …scCall(DMCountNonCyclicReferences_Internal(dm->coarseMesh, PETSC_TRUE, PETSC_FALSE, &coarseCount)); in DMCountNonCyclicReferences_Internal()
572 refct += coarseCount; in DMCountNonCyclicReferences_Internal()