Searched refs:redundant1 (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 32 PetscCall(DMCreateLocalVector(dmred1, &redundant1)); in main() 58 PetscCall(DMCompositeScatter(packer, global, redundant1, local1, redundant2, local2)); in main() 62 PetscCall(VecView(redundant1, sviewer)); in main() 78 PetscCall(VecGetArray(redundant1, &redundant1a)); in main() 82 PetscCall(VecRestoreArray(redundant1, &redundant1a)); in main() 85 …PetscCall(DMCompositeGather(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, l… in main() 107 PetscCall(VecDestroy(&redundant1)); in main()
|
| /petsc/src/dm/tests/output/ |
| H A D | ex16_2.out | 27 [0] My part of redundant1 vector 35 [1] My part of redundant1 vector 43 [2] My part of redundant1 vector 132 Local to global mapping of redundant1 vector
|
| H A D | ex16_1.out | 27 [0] My part of redundant1 vector 35 [1] My part of redundant1 vector 43 [2] My part of redundant1 vector 132 Local to global mapping of redundant1 vector
|