Home
last modified time | relevance | path

Searched refs:local1 (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
38 PetscCall(DMCreateLocalVector(da1, &local1)); in main()
58 PetscCall(DMCompositeScatter(packer, global, redundant1, local1, redundant2, local2)); in main()
66 PetscCall(VecView(local1, sviewer)); in main()
85 …her(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, local1, redundant2, local… in main()
109 PetscCall(VecDestroy(&local1)); in main()
/petsc/src/dm/tests/output/
H A Dex16_1.out150 Local to global mapping of local1 vector
H A Dex16_2.out150 Local to global mapping of local1 vector
/petsc/src/dm/impls/composite/
H A Dpack.c1653 Vec local1, local2; in DMLocalToLocalBegin_Composite() local
1655 PetscCall(DMGetLocalVector(next->dm, &local1)); in DMLocalToLocalBegin_Composite()
1656 PetscCall(VecPlaceArray(local1, array1head)); 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()
1663 PetscCall(VecResetArray(local1)); in DMLocalToLocalBegin_Composite()
1664 PetscCall(DMRestoreLocalVector(next->dm, &local1)); in DMLocalToLocalBegin_Composite()