Home
last modified time | relevance | path

Searched refs:local2 (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/tests/
H A Dex16.c15 Vec global, local1, local2, redundant1, redundant2; in main() local
48 PetscCall(DMCreateLocalVector(da2, &local2)); in main()
58 PetscCall(DMCompositeScatter(packer, global, redundant1, local1, redundant2, local2)); in main()
74 PetscCall(VecView(local2, sviewer)); in main()
85 …(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, local1, redundant2, local2)); in main()
110 PetscCall(VecDestroy(&local2)); in main()
/petsc/src/dm/tests/output/
H A Dex16_1.out174 Local to global mapping of local2 vector
H A Dex16_2.out174 Local to global mapping of local2 vector
/petsc/src/dm/impls/composite/
H A Dpack.c1653 Vec local1, local2; in DMLocalToLocalBegin_Composite() local
1657 PetscCall(DMGetLocalVector(next->dm, &local2)); in DMLocalToLocalBegin_Composite()
1658 PetscCall(VecPlaceArray(local2, array2head)); in DMLocalToLocalBegin_Composite()
1659 PetscCall(DMLocalToLocalBegin(next->dm, local1, mode, local2)); in DMLocalToLocalBegin_Composite()
1660 PetscCall(DMLocalToLocalEnd(next->dm, local1, mode, local2)); in DMLocalToLocalBegin_Composite()
1661 PetscCall(VecResetArray(local2)); in DMLocalToLocalBegin_Composite()
1662 PetscCall(DMRestoreLocalVector(next->dm, &local2)); in DMLocalToLocalBegin_Composite()