Home
last modified time | relevance | path

Searched refs:PetscOptionsGetEnum (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/dm/impls/forest/p4est/
H A Dpetsc_p4est_package.c90 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-petsc_sc_log_threshold", SCLogTypes, (PetscEnum *)&log… in PetscP4estInitialize()
100 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-petsc_p4est_log_threshold", SCLogTypes, (PetscEnum *)&… in PetscP4estInitialize()
/petsc/src/sys/tutorials/
H A Dex8f90.F9022 PetscCallA(PetscOptionsGetEnum(PETSC_NULL_OPTIONS, 'joe_', '-jeff', list1, opt, set, ierr))
/petsc/src/mat/tutorials/
H A Dex10.c37 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-viewer_format", PetscViewerFormats, (PetscEnum *)&form… in main()
/petsc/src/vec/is/sf/tests/
H A Dex19.c28 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-localmode", PetscCopyModes, (PetscEnum *)&ctx->localmo… in GetOptions()
29 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-remotemode", PetscCopyModes, (PetscEnum *)&ctx->remote… in GetOptions()
H A Dex18.c35 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-root_mode", PetscSFConcatenateRootModes, (PetscEnum *)… in GetOptions()
/petsc/src/dm/tests/
H A Dex2.c28 PetscCall(PetscOptionsGetEnum(NULL, NULL, "-wrap", DMBoundaryTypes, (PetscEnum *)&bx, NULL)); in main()
/petsc/src/mat/tests/
H A Dex28.c62 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-mat_factor_type", MatFactorTypes, (PetscEnum *)&factty… in main()
H A Dex154.c58 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-mat_factor_type", MatFactorTypes, (PetscEnum *)&factor… in main()
/petsc/doc/changes/
H A D230.md23 - added PetscOptionsEnum() and PetscOptionsGetEnum()
H A D37.md35PetscOptionsGetEnum(PetscOptions,const char[],const char[],const char*const*,PetscEnum*,PetscBool …
H A D33.md230 - PetscOptionsGetEnum() now available from Fortran
/petsc/src/ts/tutorials/power_grid/
H A Dex8.c378 PetscCall(PetscOptionsGetEnum(NULL, NULL, "-bx", DMBoundaryTypes, (PetscEnum *)&user->bx, &flg)); in Parameter_settings()
379 PetscCall(PetscOptionsGetEnum(NULL, NULL, "-by", DMBoundaryTypes, (PetscEnum *)&user->by, &flg)); in Parameter_settings()
H A Dex7.c408 PetscCall(PetscOptionsGetEnum(NULL, NULL, "-bx", DMBoundaryTypes, (PetscEnum *)&user->bx, &flg)); in Parameter_settings()
409 PetscCall(PetscOptionsGetEnum(NULL, NULL, "-by", DMBoundaryTypes, (PetscEnum *)&user->by, &flg)); in Parameter_settings()
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c316 *ierr = PetscOptionsGetEnum(*opt, c1, c2, list, ivalue, &flag); in petscoptionsgetenumprivate_()
/petsc/src/dm/impls/plex/tests/
H A Dex42.c183 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-dm_plex_shape", DMPlexShapes, (PetscEnum *)&shape, NUL… in ProcessOptions()
/petsc/src/sys/classes/draw/utils/
H A Dlgc.c644 …PetscCall(PetscOptionsGetEnum(((PetscObject)lg)->options, ((PetscObject)lg)->prefix, "-lg_marker_t… in PetscDrawLGSetFromOptions()
/petsc/include/
H A Dpetscoptions.h34 PETSC_EXTERN PetscErrorCode PetscOptionsGetEnum(PetscOptions, const char[], const char[], const cha…
/petsc/src/sys/utils/
H A Dmpits.c66 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-build_twosided", PetscBuildTwoSidedTypes, (PetscEnum *… in PetscCommBuildTwoSidedGetType()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c544 …PetscCall(PetscOptionsGetEnum(((PetscObject)ksp)->options, prefix, "-ksp_converged_rate_type", Rat… in KSPSetFromOptions()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c662 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-petsc_viewer_stdout_format", PetscViewerFormats, (Pets… in PetscViewerASCIIGetStdout()
/petsc/src/sys/classes/bag/
H A Dbag.c65 PetscCall(PetscOptionsGetEnum(NULL, bag->bagprefix, nname, list, &mdefault, NULL)); in PetscBagRegisterEnum()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1895 …PetscCall(PetscOptionsGetEnum(((PetscObject)pc)->options, pcpre, "-pc_hpddm_schur_precondition", P… in PCSetUp_HPDDM()
2148 …PetscCall(PetscOptionsGetEnum(((PetscObject)pc)->options, pcpre, "-pc_hpddm_schur_precondition", P… in PCSetUp_HPDDM()
2298 …PetscCall(PetscOptionsGetEnum(((PetscObject)pc)->options, prefix, "-st_matstructure", MatStructure… in PCSetUp_HPDDM()
/petsc/src/sys/objects/
H A Doptions.c2584 PetscErrorCode PetscOptionsGetEnum(PetscOptions options, const char pre[], const char opt[], const … in PetscOptionsGetEnum() function
/petsc/src/dm/impls/plex/
H A Dplexpartition.c508 …PetscCall(PetscOptionsGetEnum(((PetscObject)dm)->options, ((PetscObject)dm)->prefix, "-dm_plex_csr… in DMPlexCreatePartitionerGraph()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c2162 …PetscCall(PetscOptionsGetEnum(((PetscObject)pc)->options, ((PetscObject)pc)->prefix, "-pc_fieldspl… in PCSetFromOptions_FieldSplit()

12