Searched refs:DMPlexGetPointDepth (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 57 PetscErrorCode DMPlexGetPointDepth(PetscDM, PetscInt, PetscInt*)
|
| H A D | DMPlex.pyx | 1077 petsc.DMPlexGetPointDepth 1082 CHKERR(DMPlexGetPointDepth(self.dm, cpoint, &depth))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex56.c | 202 PetscCall(DMPlexGetPointDepth(dm, p, &d)); in MarkBoundary()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 176 PetscCall(DMPlexGetPointDepth(dm, cell, &depth)); in DMPlexTransformSetUp_SBR()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 98 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 D | plexsubmesh.c | 1126 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 D | plexinterpolate.c | 1572 PetscCall(DMPlexGetPointDepth(odm, p, &pdepth)); in DMPlexInterpolate() 1583 PetscCall(DMPlexGetPointDepth(odm, cone[c], &cdepth)); in DMPlexInterpolate()
|
| H A D | plexproject.c | 1044 PetscCall(DMPlexGetPointDepth(dm, points[0], &dep)); in DMProjectLocal_Generic_Plex()
|
| H A D | plexsfc.c | 664 PetscCall(DMPlexGetPointDepth(dm, cl_point, &depth)); in DMPlexCorrectOrientationForIsoperiodic()
|
| H A D | plexcreate.c | 4712 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 D | plexgmsh.c | 1830 PetscCall(DMPlexGetPointDepth(*dm, join[0], &pdepth)); in DMPlexCreateGmsh()
|
| H A D | plex.c | 4805 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 D | plexgeometry.c | 2935 PetscCall(DMPlexGetPointDepth(dm, cell, &depth)); in DMPlexComputeCellGeometryFVM()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 138 PETSC_EXTERN PetscErrorCode DMPlexGetPointDepth(DM, PetscInt, PetscInt *);
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 567 PetscCall(DMPlexGetPointDepth(dm, p, &pdepth)); in PetscLagNodeIndicesPushForward()
|