Searched refs:redundant2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex16.c | 15 Vec global, local1, local2, redundant1, redundant2; in main() local 42 PetscCall(DMCreateLocalVector(dmred2, &redundant2)); in main() 58 PetscCall(DMCompositeScatter(packer, global, redundant1, local1, redundant2, local2)); in main() 70 PetscCall(VecView(redundant2, sviewer)); in main() 79 PetscCall(VecGetArray(redundant2, &redundant2a)); in main() 83 PetscCall(VecRestoreArray(redundant2, &redundant2a)); in main() 85 …(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, local1, redundant2, local2)); in main() 108 PetscCall(VecDestroy(&redundant2)); in main()
|
| /petsc/src/dm/tests/output/ |
| H A D | ex16_1.out | 72 [0] My part of redundant2 vector 77 [1] My part of redundant2 vector 82 [2] My part of redundant2 vector 165 Local to global mapping of redundant2 vector
|
| H A D | ex16_2.out | 72 [0] My part of redundant2 vector 77 [1] My part of redundant2 vector 82 [2] My part of redundant2 vector 165 Local to global mapping of redundant2 vector
|