VecAssemblyBegin#
Begins assembling the vector; that is ensuring all the vector’s entries are stored on the correct MPI process. This routine should be called after completing all calls to VecSetValues()
.
Synopsis#
#include "petscvec.h"
PetscErrorCode VecAssemblyBegin(Vec vec)
Collective
Input Parameter#
vec - the vector
See Also#
Vectors and Parallel Data, Vec
, VecAssemblyEnd()
, VecSetValues()
Level#
beginner
Location#
Examples#
src/ksp/ksp/tutorials/ex36.cxx
src/ksp/ksp/tutorials/ex73.c
src/ksp/ksp/tutorials/ex3.c
src/ksp/ksp/tutorials/ex72.c
src/ksp/ksp/tutorials/ex10.c
src/ksp/ksp/tutorials/ex65.c
src/ksp/ksp/tutorials/ex5f.F90
src/ksp/ksp/tutorials/ex55.c
src/ksp/ksp/tutorials/ex35.cxx
src/ksp/ksp/tutorials/ex9.c
Implementations#
VecAssemblyBegin_MPI() in src/vec/vec/impls/mpi/pdvec.c
VecAssemblyBegin_Nest() in src/vec/vec/impls/nest/vecnest.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages