PartitionAppendOptionsPrefix

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

Synopsis

#include "mesh.h" 
int PartitionAppendOptionsPrefix(Partition part, char *prefix)
Not collective

Input Parameters

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

See Also

PartitionGetOptionsPrefix(), PartitionSetOptionsPrefix(), 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