Home
last modified time | relevance | path

Searched defs:comm_self (Results 1 – 2 of 2) sorted by relevance

/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
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c589 static PetscErrorCode LandauDMCreateVMeshes(MPI_Comm comm_self, const PetscInt dim, const char pref… in LandauDMCreateVMeshes()