DiscretizationAppendOptionsPrefix

Appends to the prefix used for searching for all discretization options in the database.

Synopsis

#include "discretization.h" 
int DiscretizationAppendOptionsPrefix(Discretization disc, char *prefix)
Collective on Discretization

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, append, options, prefix, database

See Also

DiscretizationGetOptionsPrefix()

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