Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1819 PetscSF sfXA; in ReadLabelStratumHDF5_Distribute_Private() local
1828 PetscCall(PetscSFCreate(comm, &sfXA)); in ReadLabelStratumHDF5_Distribute_Private()
1829 PetscCall(PetscSFSetGraphLayout(sfXA, layoutX, n, NULL, PETSC_USE_POINTER, A_points)); in ReadLabelStratumHDF5_Distribute_Private()
1838 PetscCall(PetscSFReduceBegin(sfXA, MPI_C_BOOL, A_mask, X_mask, MPI_REPLACE)); in ReadLabelStratumHDF5_Distribute_Private()
1839 PetscCall(PetscSFReduceEnd(sfXA, MPI_C_BOOL, A_mask, X_mask, MPI_REPLACE)); in ReadLabelStratumHDF5_Distribute_Private()
1845 PetscCall(PetscSFDestroy(&sfXA)); in ReadLabelStratumHDF5_Distribute_Private()
2973 PetscSF sfXA, sfAX; in DMPlexSectionLoad_HDF5_Internal() local
2990 PetscCall(PetscSFCreate(comm, &sfXA)); in DMPlexSectionLoad_HDF5_Internal()
2992 PetscCall(PetscSFSetGraphLayout(sfXA, layout, n, NULL, PETSC_OWN_POINTER, gpoints)); in DMPlexSectionLoad_HDF5_Internal()
3006 PetscCall(PetscSFReduceBegin(sfXA, MPIU_SF_NODE, owners, buffer, MPI_MAXLOC)); in DMPlexSectionLoad_HDF5_Internal()
[all …]