MeshSetFromOptions

Sets various Mesh parameters from user options.

Synopsis

#include "mesh.h" 
int MeshSetFromOptions(Mesh mesh)
Collective on Mesh

Input Parameter

mesh -The mesh

Notes: To see all options, run your program with the -help option, or consult the users manual. Must be called after MeshCreate() but before the Mesh is used.

Keywords

Mesh, set, options, database

See Also

MeshCreate(), MeshPrintHelp(), MeshSetOptionsPrefix()

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