PetscOptionsInsertFile

Inserts options into the database from a file.

Synopsis

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

Input Parameter

file -name of file

See Also

PetscOptionsSetValue(), PetscOptionsPrint(), PetscOptionsHasName(), PetscOptionsGetInt(),
PetscOptionsGetDouble(), PetscOptionsGetString(), PetscOptionsGetIntArray()

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