Searched refs:clSec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 6438 …int, PetscInt ornt, PetscInt *numPoints, PetscInt **points, PetscSection *clSec, IS *clPoints, con… in DMPlexGetCompressedClosure() argument 6444 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, clSec, clPoints)); in DMPlexGetCompressedClosure() 6448 PetscCall(PetscSectionGetDof(*clSec, point, &dof)); in DMPlexGetCompressedClosure() 6449 PetscCall(PetscSectionGetOffset(*clSec, point, &off)); in DMPlexGetCompressedClosure() 6463 …on, PetscInt point, PetscInt *numPoints, PetscInt **points, PetscSection *clSec, IS *clPoints, con… in DMPlexRestoreCompressedClosure() argument 6473 *clSec = NULL; in DMPlexRestoreCompressedClosure()
|