SNESSetWorkVecs#
Allocates a number of work vectors to be used internally by the SNES solver
Synopsis#
#include "petsc/private/snesimpl.h"   
PetscErrorCode SNESSetWorkVecs(SNES snes, PetscInt nw)
Input Parameters#
- snes - the - SNEScontext
- nw - number of work vectors to allocate 
Note#
Each SNESType calls this with the number of work vectors that particular type needs.
See Also#
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages