Lines Matching refs:PetscSubcomm

9 static PetscErrorCode PetscSubcommCreate_contiguous(PetscSubcomm);
10 static PetscErrorCode PetscSubcommCreate_interlaced(PetscSubcomm);
24 PetscErrorCode PetscSubcommSetFromOptions(PetscSubcomm psubcomm) in PetscSubcommSetFromOptions()
72 PetscErrorCode PetscSubcommSetOptionsPrefix(PetscSubcomm psubcomm, const char pre[]) in PetscSubcommSetOptionsPrefix()
98 PetscErrorCode PetscSubcommView(PetscSubcomm psubcomm, PetscViewer viewer) in PetscSubcommView()
138 PetscErrorCode PetscSubcommSetNumber(PetscSubcomm psubcomm, PetscInt nsubcomm) in PetscSubcommSetNumber()
167 PetscErrorCode PetscSubcommSetType(PetscSubcomm psubcomm, PetscSubcommType subcommtype) in PetscSubcommSetType()
195 PetscErrorCode PetscSubcommSetTypeGeneral(PetscSubcomm psubcomm, PetscMPIInt color, PetscMPIInt sub… in PetscSubcommSetTypeGeneral()
257 PetscErrorCode PetscSubcommDestroy(PetscSubcomm *psubcomm) in PetscSubcommDestroy()
285 PetscErrorCode PetscSubcommCreate(MPI_Comm comm, PetscSubcomm *psubcomm) in PetscSubcommCreate()
322 PetscErrorCode PetscSubcommGetParent(PetscSubcomm scomm, MPI_Comm *pcomm) in PetscSubcommGetParent()
345 PetscErrorCode PetscSubcommGetContiguousParent(PetscSubcomm scomm, MPI_Comm *pcomm) in PetscSubcommGetContiguousParent()
367 PetscErrorCode PetscSubcommGetChild(PetscSubcomm scomm, MPI_Comm *ccomm) in PetscSubcommGetChild()
373 static PetscErrorCode PetscSubcommCreate_contiguous(PetscSubcomm psubcomm) in PetscSubcommCreate_contiguous()
444 static PetscErrorCode PetscSubcommCreate_interlaced(PetscSubcomm psubcomm) in PetscSubcommCreate_interlaced()