Home
last modified time | relevance | path

Searched defs:comms (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/tests/
H A Dex57.c7 MPI_Comm comms[10], comm; in main() local
/petsc/src/ksp/ksp/tutorials/
H A Dex73.c774 MPI_Comm *comms; in test_hierarchy() local
858 MPI_Comm *comms = NULL; in test_mg() local
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c339 PetscErrorCode PCMGSetLevels_MG(PC pc, PetscInt levels, MPI_Comm *comms) in PCMGSetLevels_MG()
498 PetscErrorCode PCMGSetLevels(PC pc, PetscInt levels, MPI_Comm *comms) in PCMGSetLevels()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c22 …MPI_Comm comms[2]; /* Communicators with distributed topology in both directio… member
/petsc/src/snes/impls/fas/
H A Dfasfunc.c74 PetscErrorCode SNESFASSetLevels(SNES snes, PetscInt levels, MPI_Comm *comms) in SNESFASSetLevels()
/petsc/src/sys/objects/
H A Dpinit.c378 struct PetscCommStash *comms = counter->comms, *pcomm; in Petsc_Counter_Attr_DeleteFn() local
/petsc/include/petsc/private/
H A Dpetscimpl.h1459 …struct PetscCommStash *comms; /* communicators available for PETSc to pass off to other packag… member