#include "petsc.h" PetscErrorCode PetscOptionsHasName(const char pre[],const char name[],PetscTruth *flg)Not Collective
name | - the option one is seeking | |
pre | - string to prepend to the name or PETSC_NULL |
Notes: Name cannot be simply -h
  PetscOptionsHasName(const char b[],PetscTruth *f) | -> | PetscOptionsHasName(PETSC_NULL,b,f) |
Level:beginner
Location:src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages