Home
last modified time | relevance | path

Searched refs:clp (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1107 const PetscInt clp = closure[cl]; in DivideCells_Private() local
1110 if ((clp < pStart[d]) || (clp >= pEnd[d])) continue; in DivideCells_Private()
1111 PetscCall(DMLabelGetValue(label, clp, &clval)); in DivideCells_Private()
1117 PetscCall(DMPlexGetCone(dm, clp, &cone)); in DivideCells_Private()
1118 PetscCall(DMPlexGetConeSize(dm, clp, &coneSize)); in DivideCells_Private()
1126 PetscCall(DMPlexGetPointDepth(dm, clp, &dep)); in DivideCells_Private()
1128 PetscCall(DMLabelSetValue(label, clp, clval)); in DivideCells_Private()
1138 PetscCall(DMPlexGetSupport(dm, clp, &support)); in DivideCells_Private()
1139 PetscCall(DMPlexGetSupportSize(dm, clp, &supportSize)); in DivideCells_Private()
2214 const PetscInt clp = closure[cl]; in DMPlexLabelCohesiveComplete() local
[all …]
H A Dplex.c6438 …t, PetscInt *numPoints, PetscInt **points, PetscSection *clSec, IS *clPoints, const PetscInt **clp) in DMPlexGetCompressedClosure() argument
6459 *clp = cla; in DMPlexGetCompressedClosure()
6463 …t, PetscInt *numPoints, PetscInt **points, PetscSection *clSec, IS *clPoints, const PetscInt **clp) in DMPlexRestoreCompressedClosure() argument
6469 PetscCall(ISRestoreIndices(*clPoints, clp)); in DMPlexRestoreCompressedClosure()
6475 *clp = NULL; in DMPlexRestoreCompressedClosure()
6615 const PetscInt *clp, *perm = NULL; in DMPlexVecGetOrientedClosure() local
6630 …xGetCompressedClosure(dm, section, point, ornt, &numPoints, &points, &clSection, &clPoints, &clp)); in DMPlexVecGetOrientedClosure()
6656 …lexRestoreCompressedClosure(dm, section, point, &numPoints, &points, &clSection, &clPoints, &clp)); in DMPlexVecGetOrientedClosure()
6796 const PetscInt *clp, *perm = NULL; in DMPlexVecGetClosureAtDepth() local
6812 …PlexGetCompressedClosure(dm, section, point, 0, &numPoints, &points, &clSection, &clPoints, &clp)); in DMPlexVecGetClosureAtDepth()
[all …]
H A Dplexfem.c716 const PetscInt *clp; in DMPlexBasisTransformPoint_Internal() local
723 PetscCall(DMPlexGetCompressedClosure(dm, s, p, 0, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPoint_Internal()
732 PetscCall(DMPlexRestoreCompressedClosure(dm, s, p, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPoint_Internal()
741 const PetscInt *clp; in DMPlexBasisTransformPointTensor_Internal() local
748 PetscCall(DMPlexGetCompressedClosure(dm, s, p, 0, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPointTensor_Internal()
764 PetscCall(DMPlexRestoreCompressedClosure(dm, s, p, &Np, &points, &clSection, &clPoints, &clp)); in DMPlexBasisTransformPointTensor_Internal()