Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/output/
H A Dex9_2.out18 Testing VecGhostUpdate with MIN_VALUES
/petsc/src/vec/vec/tutorials/
H A Dex9.c139 PetscCall(VecGhostUpdateBegin(gx, MIN_VALUES, SCATTER_REVERSE)); in main()
140 PetscCall(VecGhostUpdateEnd(gx, MIN_VALUES, SCATTER_REVERSE)); in main()
/petsc/include/
H A Dpetscsystypes.h974 MIN_VALUES, enumerator
/petsc/src/mat/impls/diagonal/tests/
H A Dex1.c150 PetscCall(MatDiagonalSet(A, b, MIN_VALUES)); in main()
/petsc/include/petsc/private/
H A Dhashmap.h373 case MIN_VALUES: \
H A Dhashmap.txt273 - `MIN_VALUES`\: if `key` is found the current value is replaced by the minimum of `val` and the
/petsc/src/vec/vec/utils/
H A Dvscat.c67 else if (addv == MIN_VALUES) mop = MPIU_MIN; in VecScatterBegin_Internal()
92 else if (addv == MIN_VALUES) mop = MPIU_MIN; in VecScatterEnd_Internal()
/petsc/doc/changes/
H A D312.md99 - Added new InsertMode MAX_VALUES and MIN_VALUES support in
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c408 case MIN_VALUES: in MatDiagonalSet_Diagonal()
/petsc/doc/manual/
H A Dvec.md958 `INSERT_VALUES`. One can also use `MAX_VALUES` or `MIN_VALUES` to
1238 `MIN_VALUES` with `SCATTER_REVERSE`.
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c2685 else if (mode == MIN_VALUES) op = MPIU_MIN; in MatDenseScatter_Private()