MeshSetOptionsPrefix
Sets the prefix used for searching for all Mesh options in the database.
Synopsis
#include "mesh.h"
int MeshSetOptionsPrefix(Mesh mesh, char *prefix)
Not collective
Input Parameters
| mesh | - The mesh
|
| 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
Mesh, set, options, prefix, database
See Also
MeshGetOptionsPrefix(), MeshAppendOptionsPrefix(), MeshSetFromOptions()
Level:intermediate
Location:src/mesh/interface/mesh.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages