petsc-3.3-p7 2013-05-11

SNESDefaultGetWork

Gets a number of work vectors.

Synopsis

#include "petscsnes.h"   
PetscErrorCode SNESDefaultGetWork(SNES snes,PetscInt nw)

Input Parameters

snes -the SNES context
nw -number of work vectors to allocate

Notes

Call this only if no work vectors have been allocated

Level:developer
Location:
src/snes/interface/snesut.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages