Home
last modified time | relevance | path

Searched defs:clPoints (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexindices.c23 PetscInt *clPoints; in DMPlexCreateClosureIndex() local
H A Dplex.c6438 …nt ornt, PetscInt *numPoints, PetscInt **points, PetscSection *clSec, IS *clPoints, const PetscInt… in DMPlexGetCompressedClosure()
6463 …t point, PetscInt *numPoints, PetscInt **points, PetscSection *clSec, IS *clPoints, const PetscInt… in DMPlexRestoreCompressedClosure()
6613 IS clPoints; in DMPlexVecGetOrientedClosure() local
6792 IS clPoints; in DMPlexVecGetClosureAtDepth() local
7297 IS clPoints; in DMPlexVecSetClosure() local
7481 IS clPoints; in DMPlexVecSetFieldClosure_Internal() local
8131 IS clPoints; in DMPlexGetClosureIndicesSize_Internal() local
8153 IS clPoints; in DMPlexGetClosureIndices_Internal() local
H A Dplexpartition.c794 IS clPoints = NULL; in PetscPartitionerDMPlexPartition() local
H A Dplexdistribute.c1726 IS clPoints; in DMPlexCreateClosureIndex_CELL() local
H A Dplexfem.c715 IS clPoints; in DMPlexBasisTransformPoint_Internal() local
740 IS clPoints; in DMPlexBasisTransformPointTensor_Internal() local
/petsc/include/petsc/private/
H A Dsectionimpl.h52 IS clPoints; /* Points in each closure */ member
/petsc/src/vec/is/section/interface/
H A Dsection.c3179 …cSectionSetClosureIndex(PetscSection section, PetscObject obj, PetscSection clSection, IS clPoints) in PetscSectionSetClosureIndex()
3213 …ectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clSection, IS *clPoints) in PetscSectionGetClosureIndex()