Home
last modified time | relevance | path

Searched refs:DMPlexGetPointDepth (Results 1 – 15 of 15) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi57 PetscErrorCode DMPlexGetPointDepth(PetscDM, PetscInt, PetscInt*)
H A DDMPlex.pyx1077 petsc.DMPlexGetPointDepth
1082 CHKERR(DMPlexGetPointDepth(self.dm, cpoint, &depth))
/petsc/src/dm/impls/plex/tests/
H A Dex56.c202 PetscCall(DMPlexGetPointDepth(dm, p, &d)); in MarkBoundary()
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c176 PetscCall(DMPlexGetPointDepth(dm, cell, &depth)); in DMPlexTransformSetUp_SBR()
/petsc/src/dm/impls/plex/
H A Dplexorient.c98 PetscCall(DMPlexGetPointDepth(dm, cells ? cells[cStart] : cStart, &dim)); in DMPlexCheckFace_Internal()
809 if (cEnd > cStart) PetscCall(DMPlexGetPointDepth(dm, cells ? cells[cStart] : cStart, &cdepth)); in DMPlexOrientCells_Internal()
H A Dplexsubmesh.c1126 PetscCall(DMPlexGetPointDepth(dm, clp, &dep)); in DivideCells_Private()
2081 PetscCall(DMPlexGetPointDepth(dm, closure[cl], &dep)); in CheckFaultEdge_Private()
2084 PetscCall(DMPlexGetPointDepth(dm, closure[cl], &dep)); in CheckFaultEdge_Private()
2102 PetscCall(DMPlexGetPointDepth(dm, closure[cl], &dep)); in CheckFaultEdge_Private()
2111 PetscCall(DMPlexGetPointDepth(dm, inclosure[incl], &indep)); in CheckFaultEdge_Private()
3359 PetscCall(DMPlexGetPointDepth(dm, point, &d)); in DMPlexFilterLabels_Internal()
H A Dplexinterpolate.c1572 PetscCall(DMPlexGetPointDepth(odm, p, &pdepth)); in DMPlexInterpolate()
1583 PetscCall(DMPlexGetPointDepth(odm, cone[c], &cdepth)); in DMPlexInterpolate()
H A Dplexproject.c1044 PetscCall(DMPlexGetPointDepth(dm, points[0], &dep)); in DMProjectLocal_Generic_Plex()
H A Dplexsfc.c664 PetscCall(DMPlexGetPointDepth(dm, cl_point, &depth)); in DMPlexCorrectOrientationForIsoperiodic()
H A Dplexcreate.c4712 PetscCall(DMPlexGetPointDepth(dm, point, &pdepth)); in ProcessCohesiveLabel_Faces()
4716 PetscCall(DMPlexGetPointDepth(dm, closure[cl], &pdepth)); in ProcessCohesiveLabel_Faces()
5053 PetscCall(DMPlexGetPointDepth(dm, lpoints[0], &pdep)); in DMPlexCreateFromOptions_Internal()
5251 PetscCall(DMPlexGetPointDepth(dm, points[p], &pdepth)); in DMSetFromOptions_Plex()
H A Dplexgmsh.c1830 PetscCall(DMPlexGetPointDepth(*dm, join[0], &pdepth)); in DMPlexCreateGmsh()
H A Dplex.c4805 PetscCall(DMPlexGetPointDepth(dm, p, &pdepth)); in DMPlexComputeCellTypes()
5567 PetscErrorCode DMPlexGetPointDepth(DM dm, PetscInt point, PetscInt *depth) in DMPlexGetPointDepth() function
8188 PetscCall(DMPlexGetPointDepth(dm, point, &depth)); in DMPlexGetClosureIndices_Internal()
H A Dplexgeometry.c2935 PetscCall(DMPlexGetPointDepth(dm, cell, &depth)); in DMPlexComputeCellGeometryFVM()
/petsc/include/
H A Dpetscdmplex.h138 PETSC_EXTERN PetscErrorCode DMPlexGetPointDepth(DM, PetscInt, PetscInt *);
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c567 PetscCall(DMPlexGetPointDepth(dm, p, &pdepth)); in PetscLagNodeIndicesPushForward()