Home
last modified time | relevance | path

Searched refs:PetscSFCreateByMatchingIndices (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/sf/tests/
H A Dex16.c218 …PetscCall(PetscSFCreateByMatchingIndices(layout, nA, A, NULL, offsetA, nB, B, NULL, offsetB, NULL,… in main()
/petsc/include/
H A Dpetscsf.h157 PETSC_EXTERN PetscErrorCode PetscSFCreateByMatchingIndices(PetscLayout, PetscInt, const PetscInt[],…
/petsc/doc/changes/
H A D315.md98 - Add `PetscSFCreateByMatchingIndices()` to create SF by matching root
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c728 PetscErrorCode PetscSFCreateByMatchingIndices(PetscLayout layout, PetscInt numRootIndices, const Pe… in PetscSFCreateByMatchingIndices() function
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2441 …PetscCall(PetscSFCreateByMatchingIndices(vertexLayout, numVerticesAdj, verticesAdj, NULL, 0, numVe… in PlexLayerCreateSFs_Private()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c6024 …PetscCall(PetscSFCreateByMatchingIndices(layout, numVerticesAdj, verticesAdj, NULL, numCells, numV… in DMPlexBuildFromCellListParallel()
6178 …PetscCall(PetscSFCreateByMatchingIndices(layout, numVerticesAdj, verticesAdj, NULL, numCells, numV… in DMPlexBuildFromCellSectionParallel()