Home
last modified time | relevance | path

Searched refs:distributed (Results 1 – 25 of 88) sorted by relevance

1234

/petsc/src/dm/impls/plex/tests/
H A Dex55.c77 PetscBool distributed; in CheckDistributed() local
84 PetscCall(DMPlexIsDistributed(dm, &distributed)); in CheckDistributed()
85distributed == 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 Dpartchaco.c81 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 Dex18_10_par_hdf5_int_parmetis.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_10_par_hdf5.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_7_par_hdf5_int_parmetis.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_9_par_hdf5.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_9_par_hdf5_int.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_9_par_hdf5_int_parmetis.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_7_par_hdf5_int.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_10_par_hdf5_int.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_7_par_hdf5.out1 DMPlexCreateFromFile produced distributed mesh.
H A Dex18_8.out1 DMPlexCreateFromFile produced distributed mesh.
/petsc/src/dm/impls/plex/tutorials/output/
H A Dex5_1_outformat-hdf5_xdmf_simple.out10 Loaded mesh distributed? TRUE
42 Loaded mesh distributed? TRUE
74 Loaded mesh distributed? TRUE
H A Dex5_1_outformat-hdf5_xdmf_ptscotch.out10 Loaded mesh distributed? TRUE
42 Loaded mesh distributed? TRUE
74 Loaded mesh distributed? TRUE
H A Dex5_1_outformat-hdf5_xdmf_parmetis.out10 Loaded mesh distributed? TRUE
42 Loaded mesh distributed? TRUE
74 Loaded mesh distributed? TRUE
H A Dex5_0_outformat-hdf5_xdmf_simple.out10 Loaded mesh distributed? TRUE
42 Loaded mesh distributed? TRUE
74 Loaded mesh distributed? TRUE
H A Dex5_0_outformat-hdf5_xdmf_parmetis.out10 Loaded mesh distributed? TRUE
42 Loaded mesh distributed? TRUE
74 Loaded mesh distributed? TRUE
H A Dex5_0_outformat-hdf5_xdmf_ptscotch.out10 Loaded mesh distributed? TRUE
42 Loaded mesh distributed? TRUE
74 Loaded mesh distributed? TRUE
H A Dex5_1_outformat-hdf5_petsc_simple.out10 Loaded mesh distributed? TRUE
44 Loaded mesh distributed? FALSE
78 Loaded mesh distributed? FALSE
H A Dex5_1_outformat-hdf5_petsc_ptscotch.out10 Loaded mesh distributed? TRUE
44 Loaded mesh distributed? FALSE
78 Loaded mesh distributed? FALSE
H A Dex5_0_outformat-hdf5_petsc_simple.out10 Loaded mesh distributed? TRUE
44 Loaded mesh distributed? FALSE
78 Loaded mesh distributed? FALSE
H A Dex5_0_outformat-hdf5_petsc_ptscotch.out10 Loaded mesh distributed? TRUE
44 Loaded mesh distributed? FALSE
78 Loaded mesh distributed? FALSE
H A Dex5_1_outformat-hdf5_petsc_parmetis.out10 Loaded mesh distributed? TRUE
44 Loaded mesh distributed? FALSE
78 Loaded mesh distributed? FALSE
H A Dex5_0_outformat-hdf5_petsc_parmetis.out10 Loaded mesh distributed? TRUE
44 Loaded mesh distributed? FALSE
78 Loaded mesh distributed? FALSE
/petsc/doc/manualpages/MANSECHeaders/
H A DPetscSF3 …nterface to "star forest" communication patterns that form much of the distributed memory communic…

1234