Home
last modified time | relevance | path

Searched refs:PetscOptionsGetStringArray (Results 1 – 13 of 13) sorted by relevance

/petsc/src/sys/dll/
H A Dreg.c79 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-dll_prepend", libname, &nmax, NULL)); in PetscInitialize_DynamicLibraries()
150 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-dll_append", libname, &nmax, NULL)); in PetscInitialize_DynamicLibraries()
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c210 PetscCall(PetscOptionsGetStringArray("viewer_", "-math_linkhost", hosts, &numHosts, &opt)); in PetscViewerMathematicaSetFromOptions()
/petsc/src/dm/impls/da/
H A Dgr1.c120 … PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-draw_fields_by_name", fields, &nfields, &flg)); in DMDASelectFields()
/petsc/src/mat/tests/
H A Dbench_spmv.c276 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-formats", matformats, &nformats, &flg1)); in main()
H A Dex237.c64 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-type", type, &ntype, &flg)); in main()
/petsc/doc/changes/
H A D37.md33 PetscOptionsGetStringArray(PetscOptions,const char[],const char[],char*[],PetscInt*,PetscBool *);
/petsc/include/
H A Dpetscoptions.h45 PETSC_EXTERN PetscErrorCode PetscOptionsGetStringArray(PetscOptions, const char[], const char[], ch…
/petsc/src/ts/tutorials/
H A Dextchem.c293 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-initial_species", names, &smax, &flg)); in FormInitialSolution()
/petsc/src/ts/interface/
H A Dtsmon.c1056 …PetscCall(PetscOptionsGetStringArray(((PetscObject)ts)->options, ((PetscObject)ts)->prefix, "-ts_m… in TSMonitorLGSolution()
/petsc/src/sys/objects/
H A Daoptions.c1131 PetscCall(PetscOptionsGetStringArray(PetscOptionsObject->options, prefix, opt, value, nmax, set)); in PetscOptionsStringArray_Private()
H A Doptions.c3252 PetscErrorCode PetscOptionsGetStringArray(PetscOptions options, const char pre[], const char name[]… in PetscOptionsGetStringArray() function
/petsc/src/dm/impls/plex/
H A Dplex.c1178 …PetscCall(PetscOptionsGetStringArray(((PetscObject)viewer)->options, ((PetscObject)viewer)->prefix… in DMPlexView_Ascii()
1180 …PetscCall(PetscOptionsGetStringArray(((PetscObject)viewer)->options, ((PetscObject)viewer)->prefix… in DMPlexView_Ascii()
1185 …PetscCall(PetscOptionsGetStringArray(((PetscObject)viewer)->options, ((PetscObject)viewer)->prefix… in DMPlexView_Ascii()
1767 …PetscCall(PetscOptionsGetStringArray(((PetscObject)dm)->options, ((PetscObject)dm)->prefix, "-dm_p… in DMPlexView_Ascii()
/petsc/doc/manual/
H A Dother.md192 PetscOptionsGetStringArray(PetscOptions options, char *pre, char *name, char **values, PetscInt *nm…