Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/output/
H A Dex18_8.out2 DMPlexIsDistributed: TRUE
6 DMPlexIsDistributed: TRUE
H A Dex18_5_dist0_interpolate-none.out2 DMPlexIsDistributed: FALSE
15 DMPlexIsDistributed: FALSE
H A Dex18_5_seq_interpolate-create.out2 DMPlexIsDistributed: FALSE
86 DMPlexIsDistributed: FALSE
H A Dex18_5_seq_interpolate-none.out2 DMPlexIsDistributed: FALSE
51 DMPlexIsDistributed: FALSE
H A Dex18_5_dist0_interpolate-create.out2 DMPlexIsDistributed: FALSE
16 DMPlexIsDistributed: FALSE
H A Dex18_5_dist1_interpolate-after_distribute.out2 DMPlexIsDistributed: FALSE
112 DMPlexIsDistributed: TRUE
H A Dex18_5_dist1_interpolate-none.out2 DMPlexIsDistributed: FALSE
70 DMPlexIsDistributed: TRUE
H A Dex18_5_dist1_interpolate-create.out2 DMPlexIsDistributed: FALSE
112 DMPlexIsDistributed: TRUE
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c102 PetscCall(DMPlexIsDistributed(dm, &flg)); in main()
H A Dex15.c188 PetscCall(DMPlexIsDistributed(dm_serial, &flg)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex18.c653 PetscCall(DMPlexIsDistributed(dm, &distributed)); in CustomView()
674 PetscCall(DMPlexIsDistributed(*dm, &distributed)); in CreateMeshFromFile()
679 PetscCall(DMPlexIsDistributed(*serialDM, &distributed)); in CreateMeshFromFile()
761 PetscCall(DMPlexIsDistributed(*dm, &distributed)); in CreateMesh()
1113 PetscCall(DMPlexIsDistributed(dm, &flg)); in DMPlexGetExpandedBoundary_Private()
H A Dex55.c84 PetscCall(DMPlexIsDistributed(dm, &distributed)); in CheckDistributed()
H A Dex103.c383 PetscCall(DMPlexIsDistributed(dm_serial, &flg)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi98 PetscErrorCode DMPlexIsDistributed(PetscDM, PetscBool*)
H A DDMPlex.pyx1691 DM, DMPlex, DMPlex.distribute, petsc.DMPlexIsDistributed
1695 CHKERR(DMPlexIsDistributed(self.dm, &flag))
/petsc/doc/changes/
H A D313.md196 - Add DMPlexIsDistributed() which finds out whether the plex is
/petsc/include/
H A Dpetscdmplex.h267 PETSC_EXTERN PetscErrorCode DMPlexIsDistributed(DM, PetscBool *);
/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1197 PetscCall(DMPlexIsDistributed(dm, &flg)); in DMPlexInterpolatePointSF()
H A Dplexdistribute.c2432 PetscErrorCode DMPlexIsDistributed(DM dm, PetscBool *distributed) in DMPlexIsDistributed() function
H A Dplexcreate.c5583 PetscCall(DMPlexIsDistributed(dm, &distributed)); in DMSetFromOptions_Plex()
H A Dplex.c9748 PetscCall(DMPlexIsDistributed(dm, &distributed)); in DMPlexCheckPointSF()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1925 PetscCall(DMPlexIsDistributed(dm, &distributed)); in DMPlexLabelsLoad_HDF5_Internal()