#include "petscsnes.h" PetscErrorCode PETSCSNES_DLLEXPORT SNESSetSolution(SNES snes,Vec x)Not Collective, but Vec is parallel if SNES is parallel
snes | - the SNES context | |
x | - the solution |
Notes: this is not normally used, rather one simply calls SNESSolve() with the appropriate solution vector.
Level:intermediate
Location:src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages