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