Home
last modified time | relevance | path

Searched defs:subpointIS (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2153 IS dimIS, subpointIS = NULL; in DMPlexLabelCohesiveComplete() local
2336 IS subpointIS; in DMPlexCheckValidSubmesh_Private() local
3378 IS *subpointIS; in DMPlexCreateSubmeshGeneric_Interpolated() local
4388 static PetscErrorCode DMPlexCreateSubpointIS_Internal(DM dm, IS *subpointIS) in DMPlexCreateSubpointIS_Internal()
4462 PetscErrorCode DMPlexGetSubpointIS(DM dm, IS *subpointIS) in DMPlexGetSubpointIS()
4555 IS subpointIS; in DMGetEnclosurePoint() local
/petsc/src/vec/is/utils/
H A Disltog.c112 PetscErrorCode ISGetPointSubrange(IS subpointIS, PetscInt pStart, PetscInt pEnd, const PetscInt poi… in ISGetPointSubrange()
/petsc/src/vec/is/section/interface/
H A Dsection.c2294 static PetscErrorCode PetscSectionCreateSubplexSection_Private(PetscSection s, IS subpointIS, Petsc… in PetscSectionCreateSubplexSection_Private()
2420 PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection s, IS subpointIS, PetscSection *subs) in PetscSectionCreateSubmeshSection()
/petsc/include/petsc/private/
H A Ddmpleximpl.h176 …IS subpointIS; /* IS holding point number in the enclosing mesh of every point in… member