Home
last modified time | relevance | path

Searched refs:useHashLocation (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex45.c396 ((DM_Plex *)(*newdm)->data)->useHashLocation = ((DM_Plex *)dm->data)->useHashLocation; in Remesh()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2485 ((DM_Plex *)(*rdm)->data)->useHashLocation = ((DM_Plex *)dm->data)->useHashLocation; in DMPlexTransformAdaptLabel()
/petsc/include/petsc/private/
H A Ddmpleximpl.h229 PetscBool useHashLocation; /* Use grid hashing for point location */ member
/petsc/src/dm/impls/plex/
H A Dplexcreate.c103 ((DM_Plex *)dmout->data)->useHashLocation = ((DM_Plex *)dmin->data)->useHashLocation; in DMPlexCopy_Internal()
5100 …Use grid hashing for point location", "DMInterpolate", PETSC_FALSE, &mesh->useHashLocation, NULL)); in DMSetFromOptions_NonRefinement_Plex()
H A Dplexgeometry.c1249 PetscBool hash = mesh->useHashLocation, reuse = PETSC_FALSE; in DMLocatePoints_Plex()