GridSetFromOptions
Sets various Grid parameters from user options.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridSetFromOptions(Grid grid)
Collective on Grid
Input Parameter
grid -The grid
Notes: To see all options, run your program with the -help option, or consult the users manual.
Must be called after GridCreate() but before the Grid is used.
Keywords
Grid, set, options, database
See Also
GridCreate(), GridPrintHelp(), GridSetOptionsPrefix()
Level:intermediate
Location:src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/gsolver/examples/tutorials/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html