DiscretizationSetOptionsPrefix
Sets the prefix used for searching for all discretization options in the database.
Synopsis
#include "discretization.h"
int DiscretizationSetOptionsPrefix(Discretization disc, char *prefix)
Input Parameters
| disc | - The discretization
|
| prefix | - The prefix to prepend to all option names
|
Notes
A hyphen (-) must NOT be given at the beginning of the prefix name.
The first character of all runtime options is AUTOMATICALLY the hyphen.
Keywords
Discretization, set, options, prefix, database
See Also
DiscretizationSetFromOptions()
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