Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/ftn-custom/
H A Dzvsectionisf.c20 …*__ierr = PetscSectionGetPointSyms(section, *numPoints, points, (const PetscInt ***)perms, (const … in petscsectiongetpointsyms_()
/petsc/include/
H A Dpetscsection.h111 PETSC_EXTERN PetscErrorCode PetscSectionGetPointSyms(PetscSection, PetscInt, const PetscInt *, cons…
/petsc/src/dm/impls/plex/
H A Dplextree.c1434 PetscCall(PetscSectionGetPointSyms(refSection, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices()
1652 else PetscCall(PetscSectionGetPointSyms(section, closureSize, closure, &perms, &flips)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2298 … else PetscCall(PetscSectionGetPointSyms(localCoarse, closureSize, closure, &perms[f], &flips[f])); in DMPlexComputeInterpolatorTree()
2325 … else PetscCall(PetscSectionGetPointSyms(localCoarse, numPoints, points, &perms[f], &flips[f])); in DMPlexComputeInterpolatorTree()
H A Dplex.c6487 PetscCall(PetscSectionGetPointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Static()
7391 PetscCall(PetscSectionGetPointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure()
8218 else PetscCall(PetscSectionGetPointSyms(section, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8264 else PetscCall(PetscSectionGetPointSyms(section, NclC, pointsC, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8684 PetscCall(PetscSectionGetPointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatSetClosureRefined()
8685 PetscCall(PetscSectionGetPointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatSetClosureRefined()
8842 PetscCall(PetscSectionGetPointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatGetClosureIndicesRefined()
8843 PetscCall(PetscSectionGetPointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatGetClosureIndicesRefined()
/petsc/src/vec/is/section/interface/
H A Dsection.c3755 PetscErrorCode PetscSectionGetPointSyms(PetscSection section, PetscInt numPoints, const PetscInt *p… in PetscSectionGetPointSyms() function
3867 PetscCall(PetscSectionGetPointSyms(section->field[field], numPoints, points, perms, rots)); in PetscSectionGetFieldPointSyms()