Searched refs:DMPlexRestoreCompressedClosure (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 316.md | 235 - Add `DMPlexGetCompressedClosure()` and `DMPlexRestoreCompressedClosure()`
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 6463 PetscErrorCode DMPlexRestoreCompressedClosure(DM dm, PetscSection section, PetscInt point, PetscInt… in DMPlexRestoreCompressedClosure() function 6656 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &numPoints, &points, &clSection, &clP… in DMPlexVecGetOrientedClosure() 6838 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &numPoints, &points, &clSection, &clP… in DMPlexVecGetClosureAtDepth() 6851 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &numPoints, &points, &clSection, &clP… in DMPlexVecGetClosureAtDepth() 7453 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &numPoints, &points, &clSection, &clP… in DMPlexVecSetClosure() 7570 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &numPoints, &points, &clSection, &clP… in DMPlexVecSetFieldClosure_Internal() 8144 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &Ncl, &points, &clSection, &clPoints,… in DMPlexGetClosureIndicesSize_Internal() 8266 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &Ncl, &points, &clSection, &clPoints,… in DMPlexGetClosureIndices_Internal() 8323 …PetscCall(DMPlexRestoreCompressedClosure(dm, section, point, &Ncl, &points, &clSection, &clPoints,… in DMPlexGetClosureIndices_Internal()
|
| H A D | plexfem.c | 732 PetscCall(DMPlexRestoreCompressedClosure(dm, s, p, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPoint_Internal() 764 PetscCall(DMPlexRestoreCompressedClosure(dm, s, p, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPointTensor_Internal()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 157 PETSC_EXTERN PetscErrorCode DMPlexRestoreCompressedClosure(DM, PetscSection, PetscInt, PetscInt *, …
|