DiscretizationSetFromOptions

Sets various Discretization parameters from user options.

Synopsis

#include "discretization.h" 
int DiscretizationSetFromOptions(Discretization disc)
Collective on Discretization

Input Parameter

disc -The discretization

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

Keywords

Discretization, set, options, database

See Also

DiscretizationCreate(), DiscretizationPrintHelp(), DiscretizationSetOptionsPrefix()

Level:intermediate
Location:
src/grid/discretization/interface/discretization.c
Index of all Discretization routines
Table of Contents for all manual pages
Index of all manual pages