PetscOptionsInsertFile
Inserts options into the database from a file.
Synopsis
#include "petsc.h"
PetscErrorCode PETSC_DLLEXPORT PetscOptionsInsertFile(MPI_Comm comm,const char file[],PetscTruth require)
Collective on MPI_Comm
Input Parameter
| comm | - the processes that will share the options (usually PETSC_COMM_WORLD)
|
| file | - name of file
|
| require | - if PETSC_TRUE will generate an error if the file does not exist
|
See Also
PetscOptionsSetValue(), PetscOptionsPrint(), PetscOptionsHasName(), PetscOptionsGetInt(),
PetscOptionsGetReal(), PetscOptionsGetString(), PetscOptionsGetIntArray(), PetscOptionsTruth(),
PetscOptionsName(), PetscOptionsBegin(), PetscOptionsEnd(), PetscOptionsHead(),
PetscOptionsStringArray(),PetscOptionsRealArray(), PetscOptionsScalar(),
PetscOptionsTruthGroupBegin(), PetscOptionsTruthGroup(), PetscOptionsTruthGroupEnd(),
PetscOptionsList(), PetscOptionsEList()
Level:intermediate
Location:src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages