Searched refs:PetscSectionRestoreFieldPointSyms (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zvsectionisf.c | 32 …*__ierr = PetscSectionRestoreFieldPointSyms(section, *field, *numPoints, points, (const PetscInt *… in petscsectionrestorefieldpointsyms_()
|
| /petsc/include/ |
| H A D | petscsection.h | 114 PETSC_EXTERN PetscErrorCode PetscSectionRestoreFieldPointSyms(PetscSection, PetscInt, PetscInt, con…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 371 PetscCall(PetscSectionRestoreFieldPointSyms(section, field, 1, point_ornt, &perms, NULL)); in DMPlexOrientFieldPointIndex() 398 PetscCall(PetscSectionRestoreFieldPointSyms(section, field, 1, point_ornt, &perms, &rots)); in DMPlexOrientFieldPointVec()
|
| H A D | plex.c | 6567 PetscCall(PetscSectionRestoreFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Fields_Static() 7384 PetscCall(PetscSectionRestoreFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure() 7567 PetscCall(PetscSectionRestoreFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetFieldClosure_Internal() 8259 …if (Nf) PetscCall(PetscSectionRestoreFieldPointSyms(section, f, Ncl, points, &perms[f], &flips[f])… in DMPlexGetClosureIndices_Internal() 8317 …if (Nf) PetscCall(PetscSectionRestoreFieldPointSyms(section, f, Ncl, points, &perms[f], &flips[f])… in DMPlexGetClosureIndices_Internal() 8677 …PetscCall(PetscSectionRestoreFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)… in DMPlexMatSetClosureRefined() 8678 … PetscCall(PetscSectionRestoreFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatSetClosureRefined() 8835 …PetscCall(PetscSectionRestoreFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)… in DMPlexMatGetClosureIndicesRefined() 8836 … PetscCall(PetscSectionRestoreFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatGetClosureIndicesRefined()
|
| H A D | plextree.c | 1482 … PetscCall(PetscSectionRestoreFieldPointSyms(refSection, f, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices() 1736 … PetscCall(PetscSectionRestoreFieldPointSyms(section, f, closureSize, closure, &perms, &flips)); in DMPlexComputeAnchorMatrix_Tree_FromReference() 2320 …if (numFields) PetscCall(PetscSectionRestoreFieldPointSyms(localCoarse, f, closureSize, closure, &… in DMPlexComputeInterpolatorTree() 2360 …if (numFields) PetscCall(PetscSectionRestoreFieldPointSyms(localCoarse, f, numPoints, points, &per… in DMPlexComputeInterpolatorTree()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3890 PetscErrorCode PetscSectionRestoreFieldPointSyms(PetscSection section, PetscInt field, PetscInt num… in PetscSectionRestoreFieldPointSyms() function
|