Home
last modified time | relevance | path

Searched refs:PetscOptionsGetEList (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex99.c106 …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 Dex215.c123 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-ftype", MatFactorTypes, MAT_FACTOR_NUM_TYPES, &iftyp,… in main()
/petsc/src/sys/classes/draw/utils/
H A Dcmap.c217 PetscCall(PetscOptionsGetEList(NULL, NULL, "-draw_cmap", cmap_name_list, count, &id, NULL)); in PetscDrawUtilitySetCmap()
/petsc/src/ksp/ksp/tutorials/
H A Dex87.c39 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-system", system, PETSC_STATIC_ARRAY_LENGTH(system), &… in main()
/petsc/doc/changes/
H A D37.md34PetscOptionsGetEList(PetscOptions,const char[],const char[],const char*const*,PetscInt,PetscInt*,P…
/petsc/include/
H A Dpetscoptions.h35 PETSC_EXTERN PetscErrorCode PetscOptionsGetEList(PetscOptions, const char[], const char[], const ch…
/petsc/src/sys/objects/
H A Doptions.c2516 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 Daoptions.c884 …PetscCall(PetscOptionsGetEList(PetscOptionsObject->options, prefix, opt, list, ntext, value, &lset… in PetscOptionsEList_Private()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1023 …PetscCall(PetscOptionsGetEList(((PetscObject)dm)->options, prefix, "-dm_p4est_refine_pattern", DMR… in DMSetUp_pforest()