Searched refs:PetscSectionRestorePointSyms (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zvsectionisf.c | 24 …*__ierr = PetscSectionRestorePointSyms(section, *numPoints, points, (const PetscInt ***)perms, (co… in petscsectionrestorepointsyms_()
|
| /petsc/include/ |
| H A D | petscsection.h | 112 PETSC_EXTERN PetscErrorCode PetscSectionRestorePointSyms(PetscSection, PetscInt, const PetscInt *, …
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1484 PetscCall(PetscSectionRestorePointSyms(refSection, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices() 1738 PetscCall(PetscSectionRestorePointSyms(section, closureSize, closure, &perms, &flips)); in DMPlexComputeAnchorMatrix_Tree_FromReference() 2321 …else PetscCall(PetscSectionRestorePointSyms(localCoarse, closureSize, closure, &perms[f], &flips[f… in DMPlexComputeInterpolatorTree() 2361 …else PetscCall(PetscSectionRestorePointSyms(localCoarse, numPoints, points, &perms[f], &flips[f])); in DMPlexComputeInterpolatorTree()
|
| H A D | plex.c | 6519 PetscCall(PetscSectionRestorePointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Static() 7450 PetscCall(PetscSectionRestorePointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure() 8260 else PetscCall(PetscSectionRestorePointSyms(section, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal() 8318 else PetscCall(PetscSectionRestorePointSyms(section, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal() 8698 PetscCall(PetscSectionRestorePointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatSetClosureRefined() 8699 PetscCall(PetscSectionRestorePointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatSetClosureRefined() 8856 PetscCall(PetscSectionRestorePointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatGetClosureIndicesRefined() 8857 PetscCall(PetscSectionRestorePointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatGetClosureIndicesRefined()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3810 PetscErrorCode PetscSectionRestorePointSyms(PetscSection section, PetscInt numPoints, const PetscIn… in PetscSectionRestorePointSyms() function 3895 PetscCall(PetscSectionRestorePointSyms(section->field[field], numPoints, points, perms, rots)); in PetscSectionRestoreFieldPointSyms()
|