Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex16.c20 PetscBool gather_add = PETSC_FALSE; in main() local
27 PetscCall(PetscOptionsGetBool(NULL, NULL, "-gather_add", &gather_add, NULL)); in main()
85 …PetscCall(DMCompositeGather(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, l… in main()