Searched refs:PetscOptionsGetEList (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex99.c | 106 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-msh", mshlist, PETSC_STATIC_ARRAY_LENGTH(mshlist), &m… in main() 107 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-fmt", fmtlist, PETSC_STATIC_ARRAY_LENGTH(fmtlist), &f… in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex215.c | 123 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-ftype", MatFactorTypes, MAT_FACTOR_NUM_TYPES, &iftyp,… in main()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | cmap.c | 217 PetscCall(PetscOptionsGetEList(NULL, NULL, "-draw_cmap", cmap_name_list, count, &id, NULL)); in PetscDrawUtilitySetCmap()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex87.c | 39 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-system", system, PETSC_STATIC_ARRAY_LENGTH(system), &… in main()
|
| /petsc/doc/changes/ |
| H A D | 37.md | 34 …PetscOptionsGetEList(PetscOptions,const char[],const char[],const char*const*,PetscInt,PetscInt*,P…
|
| /petsc/include/ |
| H A D | petscoptions.h | 35 PETSC_EXTERN PetscErrorCode PetscOptionsGetEList(PetscOptions, const char[], const char[], const ch…
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 2516 PetscErrorCode PetscOptionsGetEList(PetscOptions options, const char pre[], const char opt[], const… in PetscOptionsGetEList() function 2594 PetscCall(PetscOptionsGetEList(options, pre, opt, list, ntext, &tval, &fset)); in PetscOptionsGetEnum()
|
| H A D | aoptions.c | 884 …PetscCall(PetscOptionsGetEList(PetscOptionsObject->options, prefix, opt, list, ntext, value, &lset… in PetscOptionsEList_Private()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1023 …PetscCall(PetscOptionsGetEList(((PetscObject)dm)->options, prefix, "-dm_p4est_refine_pattern", DMR… in DMSetUp_pforest()
|