Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/tests/
H A Dex9.c66 PetscCall(PetscSFGetGraphLayout(sf, &lt, &nl, NULL, &ind)); in main()
/petsc/include/
H A Dpetscsf.h155 PETSC_EXTERN PetscErrorCode PetscSFGetGraphLayout(PetscSF, PetscLayout *, PetscInt *, const PetscIn…
/petsc/src/vec/is/sf/tests/
H A Dex18.c106 PetscCall(PetscSFGetGraphLayout(sf, &rootLayout, NULL, NULL, &gremote)); in PetscSFViewCustom()
/petsc/doc/changes/
H A D318.md161 - Add `PetscSFGetGraphLayout()`
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c86 PetscErrorCode PetscSFGetGraphLayout(PetscSF sf, PetscLayout *layout, PetscInt *nleaves, const Pets… in PetscSFGetGraphLayout() function
/petsc/src/vec/is/sf/interface/
H A Dsf.c2524 PetscCall(PetscSFGetGraphLayout(sfs[s], &lts[s], &nls[s], NULL, &inds[s])); in PetscSFConcatenate()