petsc-3.11.4 2019-09-28
Report Typos and Errors

ADD_VALUES

Adds a value into a vector or matrix, if there previously was no value, just puts the value into that location

See Also

InsertMode, VecSetValues(), MatSetValues(), VecSetValue(), VecSetValuesBlocked(),
VecSetValuesLocal(), VecSetValuesBlockedLocal(), MatSetValuesBlocked(), INSERT_VALUES, MatSetValuesBlockedLocal(), MatSetValuesLocal(), VecScatterBegin(), VecScatterEnd(), MAX_VALUES

Level

beginner

Location

include/petscsystypes.h

Examples

src/vec/vec/examples/tutorials/ex2.c.html
src/vec/vec/examples/tutorials/ex3.c.html
src/vec/vec/examples/tutorials/ex8.c.html
src/vec/vec/examples/tutorials/ex12.c.html
src/vec/vec/examples/tutorials/ex16.c.html
src/vec/vec/examples/tutorials/ex2f.F.html
src/vec/vec/examples/tutorials/ex12f.F90.html
src/vec/vec/examples/tutorials/ex16f.F90.html
src/dm/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex5.c.html
src/dm/examples/tutorials/ex7.c.html

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages