Home
last modified time | relevance | path

Searched refs:numFPoints (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
8625 …PetscCall(DMPlexGetTransitiveClosure(dmf, point * numSubcells + r, PETSC_TRUE, &numFPoints, &fpoin… in DMPlexMatSetClosureRefined()
8628 for (p = 0; p < numFPoints * 2; p += 2) { in DMPlexMatSetClosureRefined()
8640 PetscCall(DMPlexRestoreTransitiveClosure(dmf, point, PETSC_TRUE, &numFPoints, &fpoints)); in DMPlexMatSetClosureRefined()
8642 numFPoints = q; in DMPlexMatSetClosureRefined()
8643 for (p = 0, numFIndices = 0; p < numFPoints * 2; p += 2) { in DMPlexMatSetClosureRefined()
8665 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatSetClosureRefined()
8668 for (p = 0; p < numFPoints; p++) { in DMPlexMatSetClosureRefined()
8677 …PetscCall(PetscSectionRestoreFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)… in DMPlexMatSetClosureRefined()
8684 PetscCall(PetscSectionGetPointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatSetClosureRefined()
[all …]