Solvers on Grids - GSolver: Examples
The grid solver (GSolver) component provides an
interface for solving discretized problems on Grids. GSolver
users can set various options at runtime via the
options database in the same way as the SLES, SNES and TS components.
GSolver internally employs a SLES,
SNES, and
TS objects
to implement the base functionality.
poisson.c: This is the Poisson problem with Dirchlet boundary conditions
poisson2.c: This is the Poisson problem with Dirchlet boundary conditions
control.c: This is the Control problem with Dirchlet boundary conditions
stokes.c: This is the Stokes problem with P2/P1 elements
makefile