Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/test/
H A Dtest_comm.py12 comm_self = PETSc.Comm(PETSc.COMM_SELF)
16 self.assertEqual(comm_self, PETSc.COMM_SELF)
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c589 static PetscErrorCode LandauDMCreateVMeshes(MPI_Comm comm_self, const PetscInt dim, const char pref… in LandauDMCreateVMeshes() argument
604 …PetscCall(DMPlexCreateBoxMesh(comm_self, dim, PETSC_FALSE, ctx->cells0, lo, hi, periodicity, PETSC… in LandauDMCreateVMeshes()
617 …PetscCall(DMPlexCreateFromFile(comm_self, ctx->filename, "plexland.c", PETSC_TRUE, &ctx->plex[grid… in LandauDMCreateVMeshes()
678 …PetscCall(DMPlexCreateFromCellListPetsc(comm_self, 2, numCells, numVerts, cell_size, ctx->interpol… in LandauDMCreateVMeshes()
716 …PetscCall(DMPlexCreateFromCellListPetsc(comm_self, 3, numCells, numVerts, cell_size, ctx->interpol… in LandauDMCreateVMeshes()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2055 sc_MPI_Comm comm_self = sc_MPI_COMM_SELF; in DMCreateReferenceTree_pforest() local
2057 MPI_Comm comm_self = PETSC_COMM_SELF; in DMCreateReferenceTree_pforest() local
2072 PetscCallP4estReturn(root, p4est_new, (comm_self, refcube, 0, NULL, NULL)); in DMCreateReferenceTree_pforest()
2073 PetscCallP4estReturn(refined, p4est_new_ext, (comm_self, refcube, 0, 1, 1, 0, NULL, NULL)); in DMCreateReferenceTree_pforest()