Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/ftn-custom/
H A Dzvsectionisf.c28 …*__ierr = PetscSectionGetFieldPointSyms(section, *field, *numPoints, points, (const PetscInt ***)p… in petscsectiongetfieldpointsyms_()
/petsc/include/
H A Dpetscsection.h113 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldPointSyms(PetscSection, PetscInt, PetscInt, const P…
/petsc/src/dm/impls/plex/
H A Dplexsfc.c359 PetscCall(PetscSectionGetFieldPointSyms(section, field, 1, point_ornt, &perms, NULL)); in DMPlexOrientFieldPointIndex()
385 PetscCall(PetscSectionGetFieldPointSyms(section, field, 1, point_ornt, &perms, &rots)); in DMPlexOrientFieldPointVec()
H A Dplex.c6535 PetscCall(PetscSectionGetFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Fields_Static()
7331 PetscCall(PetscSectionGetFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure()
7512 PetscCall(PetscSectionGetFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetFieldClosure_Internal()
8217 if (Nf) PetscCall(PetscSectionGetFieldPointSyms(section, f, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8263 … if (Nf) PetscCall(PetscSectionGetFieldPointSyms(section, f, NclC, pointsC, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8665 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatSetClosureRefined()
8666 PetscCall(PetscSectionGetFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatSetClosureRefined()
8823 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatGetClosureIndicesRefined()
8824 PetscCall(PetscSectionGetFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatGetClosureIndicesRefined()
H A Dplextree.c1430 … PetscCall(PetscSectionGetFieldPointSyms(refSection, f, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices()
1651 …if (numFields) PetscCall(PetscSectionGetFieldPointSyms(section, f, closureSize, closure, &perms, &… in DMPlexComputeAnchorMatrix_Tree_FromReference()
2297 …if (numFields) PetscCall(PetscSectionGetFieldPointSyms(localCoarse, f, closureSize, closure, &perm… in DMPlexComputeInterpolatorTree()
2324 …if (numFields) PetscCall(PetscSectionGetFieldPointSyms(localCoarse, f, numPoints, points, &perms[f… in DMPlexComputeInterpolatorTree()
/petsc/src/vec/is/section/interface/
H A Dsection.c3862 PetscErrorCode PetscSectionGetFieldPointSyms(PetscSection section, PetscInt field, PetscInt numPoin… in PetscSectionGetFieldPointSyms() function