Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8564 …PetscInt numFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndic… in DMPlexMatSetClosureRefined() local
8584 PetscCall(DMPlexGetTransitiveClosure(dmc, point, PETSC_TRUE, &numCPoints, &cpoints)); in DMPlexMatSetClosureRefined()
8585 maxFPoints = numCPoints; in DMPlexMatSetClosureRefined()
8589 for (p = 0, q = 0; p < numCPoints * 2; p += 2) { in DMPlexMatSetClosureRefined()
8596 numCPoints = q; in DMPlexMatSetClosureRefined()
8597 for (p = 0, numCIndices = 0; p < numCPoints * 2; p += 2) { in DMPlexMatSetClosureRefined()
8666 PetscCall(PetscSectionGetFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatSetClosureRefined()
8672 for (p = 0; p < numCPoints; p++) { in DMPlexMatSetClosureRefined()
8678 … PetscCall(PetscSectionRestoreFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatSetClosureRefined()
8685 PetscCall(PetscSectionGetPointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatSetClosureRefined()
[all …]