Searched refs:DMPlexGetCompressedClosure (Results 1 – 5 of 5) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 316.md | 235 - Add `DMPlexGetCompressedClosure()` and `DMPlexRestoreCompressedClosure()`
|
| H A D | 319.md | 243 - Now `DMPlexGetCompressedClosure()` also takes the point orientation
|
| /petsc/include/ |
| H A D | petscdmplex.h | 156 PETSC_EXTERN PetscErrorCode DMPlexGetCompressedClosure(DM, PetscSection, PetscInt, PetscInt, PetscI…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 6438 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 D | plexfem.c | 723 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()
|