Searched refs:PetscSFCreateFromLayouts (Results 1 – 4 of 4) sorted by relevance
156 PETSC_EXTERN PetscErrorCode PetscSFCreateFromLayouts(PetscLayout, PetscLayout, PetscSF *);
90 - Rename `PetscLayoutsCreateSF()` to `PetscSFCreateFromLayouts()` and
529 PetscErrorCode PetscSFCreateFromLayouts(PetscLayout rmap, PetscLayout lmap, PetscSF *sf) in PetscSFCreateFromLayouts() function
2474 PetscCall(PetscSFCreateFromLayouts(map, map, cellLocalToGlobalSF)); in PlexLayerCreateCellSFs_Private()