Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D316.md235 - Add `DMPlexGetCompressedClosure()` and `DMPlexRestoreCompressedClosure()`
H A D319.md243 - Now `DMPlexGetCompressedClosure()` also takes the point orientation
/petsc/include/
H A Dpetscdmplex.h156 PETSC_EXTERN PetscErrorCode DMPlexGetCompressedClosure(DM, PetscSection, PetscInt, PetscInt, PetscI…
/petsc/src/dm/impls/plex/
H A Dplex.c6438 PetscErrorCode DMPlexGetCompressedClosure(DM dm, PetscSection section, PetscInt point, PetscInt orn… in DMPlexGetCompressedClosure() function
6630 …PetscCall(DMPlexGetCompressedClosure(dm, section, point, ornt, &numPoints, &points, &clSection, &c… in DMPlexVecGetOrientedClosure()
6812 …PetscCall(DMPlexGetCompressedClosure(dm, section, point, 0, &numPoints, &points, &clSection, &clPo… in DMPlexVecGetClosureAtDepth()
7315 …PetscCall(DMPlexGetCompressedClosure(dm, section, point, 0, &numPoints, &points, &clSection, &clPo… in DMPlexVecSetClosure()
7495 …PetscCall(DMPlexGetCompressedClosure(dm, section, point, 0, &numPoints, &points, &clSection, &clPo… in DMPlexVecSetFieldClosure_Internal()
8137 …PetscCall(DMPlexGetCompressedClosure(dm, section, point, 0, &Ncl, &points, &clSection, &clPoints, … in DMPlexGetClosureIndicesSize_Internal()
8185 …PetscCall(DMPlexGetCompressedClosure(dm, section, point, 0, &Ncl, &points, &clSection, &clPoints, … in DMPlexGetClosureIndices_Internal()
H A Dplexfem.c723 PetscCall(DMPlexGetCompressedClosure(dm, s, p, 0, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPoint_Internal()
748 PetscCall(DMPlexGetCompressedClosure(dm, s, p, 0, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPointTensor_Internal()