VecPack

Abstract PETSc object that manages treating several distinct vectors as if they were one. The VecPack routines allow one to manage a nonlinear solver that works on a vector that consists of several distinct parts. This is mostly used for LNKS solvers, that is design optimization problems that are written as a nonlinear system

Synopsis

typedef struct _p_VecPack *VecPack;

See Also

VecPackCreate(), VecPackDestroy()

Level:beginner
Location:
src/dm/da/../../../include/petscda.h
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex22.c.html
src/snes/examples/tutorials/ex24.c.html