petsc-3.8.4 2018-03-24
PetscDSSetFromOptions
sets parameters in a PetscDS from the options database
Synopsis
#include "petscds.h"
PetscErrorCode PetscDSSetFromOptions(PetscDS prob)
Collective on PetscDS
Input Parameter
prob -the PetscDS object to set options for
Options Database
See Also
PetscDSView()
Level:developer
Location:src/dm/dt/interface/dtds.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex77.c.html
src/ts/examples/tutorials/ex11.c.html