Searched refs:DMRedundantCreate (Results 1 – 7 of 7) sorted by relevance
| /petsc/include/ |
| H A D | petscdmredundant.h | 8 PETSC_EXTERN PetscErrorCode DMRedundantCreate(MPI_Comm, PetscMPIInt, PetscInt, DM *);
|
| /petsc/src/dm/tests/ |
| H A D | ex16.c | 31 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, nredundant1, &dmred1)); in main() 41 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 1 % size, nredundant2, &dmred2)); in main()
|
| H A D | ex9.c | 24 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, 5, &dmred)); in main()
|
| /petsc/src/dm/impls/redundant/ |
| H A D | dmredundant.c | 208 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 D | ex21.c | 61 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, 1, &user.red1)); in main()
|
| H A D | ex22.c | 92 PetscCall(DMRedundantCreate(PETSC_COMM_WORLD, 0, 1, &red)); in main()
|
| /petsc/doc/changes/ |
| H A D | 33.md | 184 - Removed DMCompositeAddArray(), use DMRedundantCreate() and
|