Home
last modified time | relevance | path

Searched refs:DMRedundantCreate (Results 1 – 7 of 7) sorted by relevance

/petsc/include/
H A Dpetscdmredundant.h8 PETSC_EXTERN PetscErrorCode DMRedundantCreate(MPI_Comm, PetscMPIInt, PetscInt, DM *);
/petsc/src/dm/tests/
H A Dex16.c31 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, nredundant1, &dmred1)); in main()
41 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 1 % size, nredundant2, &dmred2)); in main()
H A Dex9.c24 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, 5, &dmred)); in main()
/petsc/src/dm/impls/redundant/
H A Ddmredundant.c208 PetscCall(DMRedundantCreate(comm, redc->rank, redc->N, dmf)); in DMRefine_Redundant()
221 PetscCall(DMRedundantCreate(comm, redf->rank, redf->N, dmc)); in DMCoarsen_Redundant()
394 PetscErrorCode DMRedundantCreate(MPI_Comm comm, PetscMPIInt rank, PetscInt N, DM *dm) in DMRedundantCreate() function
/petsc/src/snes/tutorials/
H A Dex21.c61 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, 1, &user.red1)); in main()
H A Dex22.c92 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, 1, &red)); in main()
/petsc/doc/changes/
H A D33.md184 - Removed DMCompositeAddArray(), use DMRedundantCreate() and