PETSc version 3.15.5
Fix/Edit manual page

PetscOptionsInsertArgs

Inserts options into the database from a array of strings

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscOptionsInsertArgs(PetscOptions options,int argc,char *args[])
Logically Collective

Input Parameter

options - options object
argc - the array lenght
args - the string array

See Also

PetscOptions, PetscOptionsInsertString(), PetscOptionsInsertFile()

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