Searched refs:PetscOptionsGetStringArray (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/sys/dll/ |
| H A D | reg.c | 79 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 D | mathematica.c | 210 PetscCall(PetscOptionsGetStringArray("viewer_", "-math_linkhost", hosts, &numHosts, &opt)); in PetscViewerMathematicaSetFromOptions()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr1.c | 120 … PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-draw_fields_by_name", fields, &nfields, &flg)); in DMDASelectFields()
|
| /petsc/src/mat/tests/ |
| H A D | bench_spmv.c | 276 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-formats", matformats, &nformats, &flg1)); in main()
|
| H A D | ex237.c | 64 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-type", type, &ntype, &flg)); in main()
|
| /petsc/doc/changes/ |
| H A D | 37.md | 33 PetscOptionsGetStringArray(PetscOptions,const char[],const char[],char*[],PetscInt*,PetscBool *);
|
| /petsc/include/ |
| H A D | petscoptions.h | 45 PETSC_EXTERN PetscErrorCode PetscOptionsGetStringArray(PetscOptions, const char[], const char[], ch…
|
| /petsc/src/ts/tutorials/ |
| H A D | extchem.c | 293 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-initial_species", names, &smax, &flg)); in FormInitialSolution()
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 1056 …PetscCall(PetscOptionsGetStringArray(((PetscObject)ts)->options, ((PetscObject)ts)->prefix, "-ts_m… in TSMonitorLGSolution()
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 1131 PetscCall(PetscOptionsGetStringArray(PetscOptionsObject->options, prefix, opt, value, nmax, set)); in PetscOptionsStringArray_Private()
|
| H A D | options.c | 3252 PetscErrorCode PetscOptionsGetStringArray(PetscOptions options, const char pre[], const char name[]… in PetscOptionsGetStringArray() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1178 …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 D | other.md | 192 PetscOptionsGetStringArray(PetscOptions options, char *pre, char *name, char **values, PetscInt *nm…
|