Searched refs:DMPlexIsDistributed (Results 1 – 22 of 22) sorted by relevance
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex18_8.out | 2 DMPlexIsDistributed: TRUE 6 DMPlexIsDistributed: TRUE
|
| H A D | ex18_5_dist0_interpolate-none.out | 2 DMPlexIsDistributed: FALSE 15 DMPlexIsDistributed: FALSE
|
| H A D | ex18_5_seq_interpolate-create.out | 2 DMPlexIsDistributed: FALSE 86 DMPlexIsDistributed: FALSE
|
| H A D | ex18_5_seq_interpolate-none.out | 2 DMPlexIsDistributed: FALSE 51 DMPlexIsDistributed: FALSE
|
| H A D | ex18_5_dist0_interpolate-create.out | 2 DMPlexIsDistributed: FALSE 16 DMPlexIsDistributed: FALSE
|
| H A D | ex18_5_dist1_interpolate-after_distribute.out | 2 DMPlexIsDistributed: FALSE 112 DMPlexIsDistributed: TRUE
|
| H A D | ex18_5_dist1_interpolate-none.out | 2 DMPlexIsDistributed: FALSE 70 DMPlexIsDistributed: TRUE
|
| H A D | ex18_5_dist1_interpolate-create.out | 2 DMPlexIsDistributed: FALSE 112 DMPlexIsDistributed: TRUE
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex5.c | 102 PetscCall(DMPlexIsDistributed(dm, &flg)); in main()
|
| H A D | ex15.c | 188 PetscCall(DMPlexIsDistributed(dm_serial, &flg)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 653 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 D | ex55.c | 84 PetscCall(DMPlexIsDistributed(dm, &distributed)); in CheckDistributed()
|
| H A D | ex103.c | 383 PetscCall(DMPlexIsDistributed(dm_serial, &flg)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 98 PetscErrorCode DMPlexIsDistributed(PetscDM, PetscBool*)
|
| H A D | DMPlex.pyx | 1691 DM, DMPlex, DMPlex.distribute, petsc.DMPlexIsDistributed 1695 CHKERR(DMPlexIsDistributed(self.dm, &flag))
|
| /petsc/doc/changes/ |
| H A D | 313.md | 196 - Add DMPlexIsDistributed() which finds out whether the plex is
|
| /petsc/include/ |
| H A D | petscdmplex.h | 267 PETSC_EXTERN PetscErrorCode DMPlexIsDistributed(DM, PetscBool *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1197 PetscCall(DMPlexIsDistributed(dm, &flg)); in DMPlexInterpolatePointSF()
|
| H A D | plexdistribute.c | 2432 PetscErrorCode DMPlexIsDistributed(DM dm, PetscBool *distributed) in DMPlexIsDistributed() function
|
| H A D | plexcreate.c | 5583 PetscCall(DMPlexIsDistributed(dm, &distributed)); in DMSetFromOptions_Plex()
|
| H A D | plex.c | 9748 PetscCall(DMPlexIsDistributed(dm, &distributed)); in DMPlexCheckPointSF()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1925 PetscCall(DMPlexIsDistributed(dm, &distributed)); in DMPlexLabelsLoad_HDF5_Internal()
|