Home
last modified time | relevance | path

Searched defs:cpoint (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpartition.c975 PetscInt cpoint = closure[2 * i]; in DMPlexAddClosure_Tree() local
992 PetscInt cpoint = children[i]; in DMPlexAddClosure_Tree() local
H A Dplexgeometry.c456 …xClosestPoint_Simplex_2D_Internal(DM dm, const PetscScalar point[], PetscInt c, PetscReal cpoint[]) in DMPlexClosestPoint_Simplex_2D_Internal()
922 …stPoint_Internal(DM dm, PetscInt dim, const PetscScalar point[], PetscInt cell, PetscReal cpoint[]) in DMPlexClosestPoint_Internal()
1401 …PetscReal cpoint[3] = {0, 0, 0}, diff[3], best[3] = {PETSC_MAX_REAL, PETSC_MAX_REAL, PETS… in DMLocatePoints_Plex() local