PetscOptionsInsertString

Inserts options into the database from a string

Synopsis

#include "petsc.h"   
int PetscOptionsInsertString(const char* in_str)
Not collective: but only processes that call this routine will set the options included in the file

Input Parameter

in_str -string that contains options seperated by blanks

Contributed by Boyana Norris

See Also

PetscOptionsSetValue(), PetscOptionsPrint(), PetscOptionsHasName(), PetscOptionsGetInt(),
PetscOptionsGetReal(), PetscOptionsGetString(), PetscOptionsGetIntArray(), PetscOptionsLogical(), PetscOptionsName(), PetscOptionsBegin(), PetscOptionsEnd(), PetscOptionsHead(), PetscOptionsStringArray(),PetscOptionsRealArray(), PetscOptionsScalar(), PetscOptionsLogicalGroupBegin(), PetscOptionsLogicalGroup(), PetscOptionsLogicalGroupEnd(), PetscOptionsList(), PetscOptionsEList(), PetscOptionsInsertFile()

Level:intermediate
Location:
src/sys/src/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages