GSNESSolutionBC

This sets the boundary conditions registered with the grid on the solution vector.

Synopsis

#include "petscsnes.h" 
#include "gsolver.h" 
int GSNESSolutionBC(GSNES snes, GVec sol, void *ctx)
Collective on GSNES

Input Parameters

snes - The SNES
ctx - The user-supplied context

Output Parameter

sol -The modified solution

Keywords

GSNES, set, boundary conditions

See Also

GSNESSetRhsBC()

Level:advanced
Location:
src/gsolver/interface/gsnes.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages