petsc-3.3-p7 2013-05-11

SNESVISetComputeVariableBounds

Sets a function that is called to compute the variable bounds

Synopsis

#include "petscsnes.h" 
PetscErrorCode SNESVISetComputeVariableBounds(SNES snes, PetscErrorCode (*compute)(SNES,Vec,Vec))
Input parameter
snes - the SNES context
compute - computes the bounds

Level:advanced
Location:
src/snes/impls/vi/vi.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex58.c.html