Lines Matching defs:point

421 static PetscErrorCode DMPlexLocatePoint_Simplex_1D_Internal(DM dm, const PetscScalar point[], Petsc…  in DMPlexLocatePoint_Simplex_1D_Internal()
437 static PetscErrorCode DMPlexLocatePoint_Simplex_2D_Internal(DM dm, const PetscScalar point[], Petsc… in DMPlexLocatePoint_Simplex_2D_Internal()
456 static PetscErrorCode DMPlexClosestPoint_Simplex_2D_Internal(DM dm, const PetscScalar point[], Pets… in DMPlexClosestPoint_Simplex_2D_Internal()
482 static PetscErrorCode DMPlexLocatePoint_Quad_2D_Linear_Internal(DM dm, const PetscScalar point[], P… in DMPlexLocatePoint_Quad_2D_Linear_Internal()
524 static PetscErrorCode DMPlexLocatePoint_Quad_2D_Internal(DM dm, const PetscScalar point[], PetscInt… in DMPlexLocatePoint_Quad_2D_Internal()
572 static PetscErrorCode DMPlexLocatePoint_Simplex_3D_Internal(DM dm, const PetscScalar point[], Petsc… in DMPlexLocatePoint_Simplex_3D_Internal()
593 static PetscErrorCode DMPlexLocatePoint_Hex_3D_Linear_Internal(DM dm, const PetscScalar point[], Pe… in DMPlexLocatePoint_Hex_3D_Linear_Internal()
640 static PetscErrorCode DMPlexLocatePoint_Hex_3D_Internal(DM dm, const PetscScalar point[], PetscInt … in DMPlexLocatePoint_Hex_3D_Internal()
688 …orCode PetscGridHashInitialize_Internal(PetscGridHash box, PetscInt dim, const PetscScalar point[]) in PetscGridHashInitialize_Internal()
698 PetscErrorCode PetscGridHashCreate(MPI_Comm comm, PetscInt dim, const PetscScalar point[], PetscGri… in PetscGridHashCreate()
706 PetscErrorCode PetscGridHashEnlarge(PetscGridHash box, const PetscScalar point[]) in PetscGridHashEnlarge()
891 PetscErrorCode DMPlexLocatePoint_Internal(DM dm, PetscInt dim, const PetscScalar point[], PetscInt … in DMPlexLocatePoint_Internal()
922 static PetscErrorCode DMPlexClosestPoint_Internal(DM dm, PetscInt dim, const PetscScalar point[], P… in DMPlexClosestPoint_Internal()
1314 const PetscScalar *point = &a[p * bs]; in DMLocatePoints_Plex() local
1400 const PetscScalar *point = &a[p * bs]; in DMLocatePoints_Plex() local
2489 static PetscErrorCode DMPlexComputeCellGeometryFEM_FE(DM dm, PetscFE fe, PetscInt point, PetscQuadr… in DMPlexComputeCellGeometryFEM_FE()