Searched refs:MIN_VALUES (Results 1 – 11 of 11) sorted by relevance
18 Testing VecGhostUpdate with MIN_VALUES
139 PetscCall(VecGhostUpdateBegin(gx, MIN_VALUES, SCATTER_REVERSE)); in main()140 PetscCall(VecGhostUpdateEnd(gx, MIN_VALUES, SCATTER_REVERSE)); in main()
974 MIN_VALUES, enumerator
150 PetscCall(MatDiagonalSet(A, b, MIN_VALUES)); in main()
373 case MIN_VALUES: \
273 - `MIN_VALUES`\: if `key` is found the current value is replaced by the minimum of `val` and the
67 else if (addv == MIN_VALUES) mop = MPIU_MIN; in VecScatterBegin_Internal()92 else if (addv == MIN_VALUES) mop = MPIU_MIN; in VecScatterEnd_Internal()
99 - Added new InsertMode MAX_VALUES and MIN_VALUES support in
408 case MIN_VALUES: in MatDiagonalSet_Diagonal()
958 `INSERT_VALUES`. One can also use `MAX_VALUES` or `MIN_VALUES` to1238 `MIN_VALUES` with `SCATTER_REVERSE`.
2685 else if (mode == MIN_VALUES) op = MPIU_MIN; in MatDenseScatter_Private()