DASetFromOptions

Configures the vector from the options database.

Synopsis

#include "petscda.h"   
PetscErrorCode  DASetFromOptions(DA da)
Collective on DA

Input Parameter

da -The DA

Notes: To see all options, run your program with the -help option, or consult the users manual. Must be called after DACreate() but before the DA is used.

Keywords

DA, set, options, database

See Also

DACreate(), DASetOptionsPrefix()

Level:beginner
Location:
src/dm/da/src/dacreate.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex9.c.html