Home
last modified time | relevance | path

Searched refs:PetscSFSetGraphFromCoordinates (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/is/sf/tests/
H A Dex20.c38 …PetscCall(PetscSFSetGraphFromCoordinates(sf, nroots, nleaves, dim, 1e-10, rootcoords, leafcoords)); in main()
/petsc/src/vec/is/sf/utils/
H A Dsfcoord.c118 PetscErrorCode PetscSFSetGraphFromCoordinates(PetscSF sf, PetscInt nroots, PetscInt nleaves, PetscI… in PetscSFSetGraphFromCoordinates() function
/petsc/src/dm/impls/plex/tests/
H A Dex103.c117 …PetscCall(PetscSFSetGraphFromCoordinates(load_to_serial_sf_, num_local_load, num_local_serial, dim… in VerifyLoadedSolution()
268 …PetscCall(PetscSFSetGraphFromCoordinates(serial2loadPointSF_, num_points_serial, num_points_load, … in VerifyDMLabels()
/petsc/include/
H A Dpetscsf.h159 PETSC_EXTERN PetscErrorCode PetscSFSetGraphFromCoordinates(PetscSF, PetscInt, PetscInt, PetscInt, P…
/petsc/src/dm/impls/plex/tutorials/
H A Dex15.c115 …PetscCall(PetscSFSetGraphFromCoordinates(load_to_serial_sf, num_local_load, num_local_serial, dim,… in VerifyLoadedSolution()
/petsc/doc/changes/
H A D319.md146 - Add `PetscSFSetGraphFromCoordinates()` to construct a graph from fuzzy matching of coordinates; s…
/petsc/src/dm/impls/plex/
H A Dplexcreate.c1199 …PetscCall(PetscSFSetGraphFromCoordinates(centroidsf, num_donor, num_periodic, centroid_comps, 1e-1… in DMPlexSetBoxLabel_Internal()