| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex55.c | 77 PetscBool distributed; in CheckDistributed() local 84 PetscCall(DMPlexIsDistributed(dm, &distributed)); in CheckDistributed() 85 …distributed == expectedDistributed, PetscObjectComm((PetscObject)dm), PETSC_ERR_PLIB, "Expected DM… in CheckDistributed() 106 PetscBool distributed, interpolated = expectedInterpolated; in CheckDistributedInterpolated() local 113 distributed = PETSC_TRUE; in CheckDistributedInterpolated() 122 distributed = (PetscBool)(version->major >= 3); in CheckDistributedInterpolated() 125 distributed = PETSC_FALSE; in CheckDistributedInterpolated() 127 PetscCall(CheckDistributed(dm, distributed)); in CheckDistributedInterpolated()
|
| /petsc/src/dm/partitioner/impls/chaco/ |
| H A D | partchaco.c | 81 PetscBool distributed; in PetscPartitionerPartition_Chaco() local 85 distributed = (isum > 1) ? PETSC_TRUE : PETSC_FALSE; in PetscPartitionerPartition_Chaco() 86 PetscCheck(!distributed, comm, PETSC_ERR_SUP, "Chaco cannot partition a distributed graph"); in PetscPartitionerPartition_Chaco()
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex18_10_par_hdf5_int_parmetis.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_10_par_hdf5.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_7_par_hdf5_int_parmetis.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_9_par_hdf5.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_9_par_hdf5_int.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_9_par_hdf5_int_parmetis.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_7_par_hdf5_int.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_10_par_hdf5_int.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_7_par_hdf5.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| H A D | ex18_8.out | 1 DMPlexCreateFromFile produced distributed mesh.
|
| /petsc/src/dm/impls/plex/tutorials/output/ |
| H A D | ex5_1_outformat-hdf5_xdmf_simple.out | 10 Loaded mesh distributed? TRUE 42 Loaded mesh distributed? TRUE 74 Loaded mesh distributed? TRUE
|
| H A D | ex5_1_outformat-hdf5_xdmf_ptscotch.out | 10 Loaded mesh distributed? TRUE 42 Loaded mesh distributed? TRUE 74 Loaded mesh distributed? TRUE
|
| H A D | ex5_1_outformat-hdf5_xdmf_parmetis.out | 10 Loaded mesh distributed? TRUE 42 Loaded mesh distributed? TRUE 74 Loaded mesh distributed? TRUE
|
| H A D | ex5_0_outformat-hdf5_xdmf_simple.out | 10 Loaded mesh distributed? TRUE 42 Loaded mesh distributed? TRUE 74 Loaded mesh distributed? TRUE
|
| H A D | ex5_0_outformat-hdf5_xdmf_parmetis.out | 10 Loaded mesh distributed? TRUE 42 Loaded mesh distributed? TRUE 74 Loaded mesh distributed? TRUE
|
| H A D | ex5_0_outformat-hdf5_xdmf_ptscotch.out | 10 Loaded mesh distributed? TRUE 42 Loaded mesh distributed? TRUE 74 Loaded mesh distributed? TRUE
|
| H A D | ex5_1_outformat-hdf5_petsc_simple.out | 10 Loaded mesh distributed? TRUE 44 Loaded mesh distributed? FALSE 78 Loaded mesh distributed? FALSE
|
| H A D | ex5_1_outformat-hdf5_petsc_ptscotch.out | 10 Loaded mesh distributed? TRUE 44 Loaded mesh distributed? FALSE 78 Loaded mesh distributed? FALSE
|
| H A D | ex5_0_outformat-hdf5_petsc_simple.out | 10 Loaded mesh distributed? TRUE 44 Loaded mesh distributed? FALSE 78 Loaded mesh distributed? FALSE
|
| H A D | ex5_0_outformat-hdf5_petsc_ptscotch.out | 10 Loaded mesh distributed? TRUE 44 Loaded mesh distributed? FALSE 78 Loaded mesh distributed? FALSE
|
| H A D | ex5_1_outformat-hdf5_petsc_parmetis.out | 10 Loaded mesh distributed? TRUE 44 Loaded mesh distributed? FALSE 78 Loaded mesh distributed? FALSE
|
| H A D | ex5_0_outformat-hdf5_petsc_parmetis.out | 10 Loaded mesh distributed? TRUE 44 Loaded mesh distributed? FALSE 78 Loaded mesh distributed? FALSE
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | PetscSF | 3 …nterface to "star forest" communication patterns that form much of the distributed memory communic…
|