Home
last modified time | relevance | path

Searched refs:PetscOptionsEList (Results 1 – 25 of 79) sorted by relevance

1234

/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp186 …PetscCall(PetscOptionsEList("-device_context_device_type", "Underlying PetscDevice", "PetscDeviceC… in PetscDeviceContextQueryOptions_Internal()
187 …PetscCall(PetscOptionsEList("-device_context_stream_type", "PetscDeviceContext PetscStreamType", "… in PetscDeviceContextQueryOptions_Internal()
H A Ddevice.cxx549 …PetscCall(PetscOptionsEList("-device_enable", "How (or whether) to initialize PetscDevices", "Pets… in PetscDeviceInitializeQueryOptions_Private()
550 …PetscCall(PetscOptionsEList("-default_device_type", "Set the PetscDeviceType returned by PETSC_DEV… in PetscDeviceInitializeQueryOptions_Private()
/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx36 …PetscCall(PetscOptionsEList("-ksp_hpddm_type", "Type of Krylov method", "KSPHPDDMGetType", KSPHPDD… in KSPSetFromOptions_HPDDM()
48 …PetscCall(PetscOptionsEList("-ksp_hpddm_variant", "Left, right, or variable preconditioning", "KSP… in KSPSetFromOptions_HPDDM()
62 …PetscCall(PetscOptionsEList("-ksp_hpddm_orthogonalization", "Classical (faster) or Modified (more … in KSPSetFromOptions_HPDDM()
64 …PetscCall(PetscOptionsEList("-ksp_hpddm_qr", "Distributed QR factorizations computed with Cholesky… in KSPSetFromOptions_HPDDM()
72 …PetscCall(PetscOptionsEList("-ksp_hpddm_qr", "Distributed QR factorizations computed with Cholesky… in KSPSetFromOptions_HPDDM()
81 …PetscCall(PetscOptionsEList("-ksp_hpddm_recycle_target", "Criterion to select harmonic Ritz vector… in KSPSetFromOptions_HPDDM()
91 …PetscCall(PetscOptionsEList("-ksp_hpddm_recycle_strategy", "Generalized eigenvalue problem to solv… in KSPSetFromOptions_HPDDM()
/petsc/doc/changes/
H A D220.md7 - Changed PetscOptionsEList() to return the index of the string
/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c47 …PetscCall(PetscOptionsEList("-tao_bnk_as_type", "active set estimation method", "", BNK_AS, BNK_AS… in TaoSetFromOptions_BQNLS()
/petsc/src/mat/tests/
H A Dex112.c36 …PetscCall(PetscOptionsEList("-function", "Function type", "ex112", funcNames, NUM_FUNCS, funcNames… in main()
H A Dex142.c41 …PetscCall(PetscOptionsEList("-function", "Function type", "ex142", funcNames, NUM_FUNCS, funcNames… in main()
H A Dex121.c36 …PetscCall(PetscOptionsEList("-function", "Function type", "ex121", funcNames, NUM_FUNCS, funcNames… in main()
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c772 …PetscCall(PetscOptionsEList("-pc_hypre_ilu_type", "Choose ILU Type", "None", HYPREILUType, PETSC_S… in PCSetFromOptions_HYPRE_ILU()
776 …PetscCall(PetscOptionsEList("-pc_hypre_ilu_iterative_setup_type", "Set ILU iterative setup type", … in PCSetFromOptions_HYPRE_ILU()
998 …PetscCall(PetscOptionsEList("-pc_hypre_boomeramg_cycle_type", "Cycle type", "None", HYPREBoomerAMG… in PCSetFromOptions_HYPRE_BoomerAMG()
1069 …PetscCall(PetscOptionsEList("-pc_hypre_boomeramg_smooth_type", "Enable more complex smoothers", "N… in PCSetFromOptions_HYPRE_BoomerAMG()
1092 …PetscCall(PetscOptionsEList("-pc_hypre_boomeramg_ilu_type", "Choose ILU Type", "None", HYPREILUTyp… in PCSetFromOptions_HYPRE_BoomerAMG()
1096 …PetscCall(PetscOptionsEList("-pc_hypre_boomeramg_ilu_iterative_setup_type", "Set ILU iterative set… in PCSetFromOptions_HYPRE_BoomerAMG()
1174 …PetscCall(PetscOptionsEList("-pc_hypre_boomeramg_relax_type_all", "Relax type for the up and down … in PCSetFromOptions_HYPRE_BoomerAMG()
1178PetscOptionsEList("-pc_hypre_boomeramg_relax_type_down", "Relax type for the down cycles", "None",… in PCSetFromOptions_HYPRE_BoomerAMG()
1181PetscOptionsEList("-pc_hypre_boomeramg_relax_type_up", "Relax type for the up cycles", "None", HYP… in PCSetFromOptions_HYPRE_BoomerAMG()
1183 …PetscCall(PetscOptionsEList("-pc_hypre_boomeramg_relax_type_coarse", "Relax type on coarse grid", … in PCSetFromOptions_HYPRE_BoomerAMG()
[all …]
/petsc/src/mat/impls/aij/seq/klu/
H A Dklu.c307 …PetscCall(PetscOptionsEList("-mat_klu_ordering", "Internal ordering method", "None", KluOrderingTy… in MatGetFactor_seqaij_klu()
310 …PetscCall(PetscOptionsEList("-mat_klu_row_scale", "Matrix row scaling", "None", scale, 3, scale[0]… in MatGetFactor_seqaij_klu()
/petsc/src/mat/impls/aij/seq/
H A Dmatmatmult.c2006 …PetscCall(PetscOptionsEList("-matmatmult_via", "Algorithmic approach", "MatMatMult", algTypes, nal… in MatProductSetFromOptions_SeqAIJ_AB()
2010 …PetscCall(PetscOptionsEList("-mat_product_algorithm", "Algorithmic approach", "MatProduct_AB", alg… in MatProductSetFromOptions_SeqAIJ_AB()
2032 …PetscCall(PetscOptionsEList("-mattransposematmult_via", "Algorithmic approach", "MatTransposeMatMu… in MatProductSetFromOptions_SeqAIJ_AtB()
2036 …PetscCall(PetscOptionsEList("-mat_product_algorithm", "Algorithmic approach", "MatProduct_AtB", al… in MatProductSetFromOptions_SeqAIJ_AtB()
2064 …PetscCall(PetscOptionsEList("-matmattransmult_via", "Algorithmic approach", "MatMatTransposeMult",… in MatProductSetFromOptions_SeqAIJ_ABt()
2068 …PetscCall(PetscOptionsEList("-mat_product_algorithm", "Algorithmic approach", "MatProduct_ABt", al… in MatProductSetFromOptions_SeqAIJ_ABt()
2099 …PetscCall(PetscOptionsEList("-matptap_via", "Algorithmic approach", "MatPtAP", algTypes, nalg, alg… in MatProductSetFromOptions_SeqAIJ_PtAP()
2103 …PetscCall(PetscOptionsEList("-mat_product_algorithm", "Algorithmic approach", "MatProduct_PtAP", a… in MatProductSetFromOptions_SeqAIJ_PtAP()
2128 …PetscCall(PetscOptionsEList("-matrart_via", "Algorithmic approach", "MatRARt", algTypes, nalg, alg… in MatProductSetFromOptions_SeqAIJ_RARt()
2132 …PetscCall(PetscOptionsEList("-mat_product_algorithm", "Algorithmic approach", "MatProduct_RARt", a… in MatProductSetFromOptions_SeqAIJ_RARt()
[all …]
/petsc/src/mat/impls/aij/seq/umfpack/
H A Dumfpack.c225 …PetscCall(PetscOptionsEList("-mat_umfpack_strategy", "ordering and pivoting strategy", "None", str… in MatLUFactorSymbolic_UMFPACK()
239 …PetscCall(PetscOptionsEList("-mat_umfpack_ordering", "Internal ordering method", "None", UmfpackOr… in MatLUFactorSymbolic_UMFPACK()
251 …PetscCall(PetscOptionsEList("-mat_umfpack_scale", "Control[UMFPACK_SCALE]", "None", scale, 3, scal… in MatLUFactorSymbolic_UMFPACK()
/petsc/src/snes/interface/
H A Dsnesj.c99 …PetscCall(PetscOptionsEList("-mat_fd_type", "Algorithm to compute difference parameter", "SNESComp… in SNESComputeJacobianDefault()
/petsc/include/
H A Dpetscoptions.h311 PetscErrorCode PetscOptionsEList(T...);
1180 …#define PetscOptionsEList(opt, ltext, man, list, ntext, currentvalue, value, set) PetscOptionsELis… macro
/petsc/src/snes/tests/
H A Dex2.c56 …PetscCall(PetscOptionsEList("-point_type", "The point type", "ex2.c", pointTypes, 3, pointTypes[op… in ProcessOptions()
59 …PetscCall(PetscOptionsEList("-func_type", "The function type", "ex2.c", funcTypes, 2, funcTypes[op… in ProcessOptions()
/petsc/src/ksp/ksp/tutorials/
H A Dex32.c68 …PetscCall(PetscOptionsEList("-bc_type", "Type of boundary condition", "ex29.c", bcTypes, 2, bcType… in main()
/petsc/src/dm/tests/
H A Dex27.c41 …PetscCall(PetscOptionsEList("-function", "Function type", "ex27", funcNames, NUM_FUNCS, funcNames[… in main()
H A Dex28.c44 …PetscCall(PetscOptionsEList("-function", "Function type", "ex27", funcNames, NUM_FUNCS, funcNames[… in main()
/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c408 …PetscCall(PetscOptionsEList("-mat_superlu_colperm", "ColPerm", "None", colperm, 4, colperm[3], &in… in MatLUFactorSymbolic_SuperLU()
410 …PetscCall(PetscOptionsEList("-mat_superlu_iterrefine", "IterRefine", "None", iterrefine, 4, iterre… in MatLUFactorSymbolic_SuperLU()
420 …PetscCall(PetscOptionsEList("-mat_superlu_rowperm", "rowperm", "None", rowperm, 2, rowperm[lu->opt… in MatLUFactorSymbolic_SuperLU()
/petsc/src/tao/leastsquares/tutorials/
H A Dcs1.c119 …PetscCall(PetscOptionsEList("-test_type", "The coverage test type", "cs1.c", testTypes, 3, testTyp… in ProcessOptions()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c988 …PetscCall(PetscOptionsEList("-pc_ml_CoarsenScheme", "Aggregate Coarsen Scheme", "ML_Aggregate_Set_… in PCSetFromOptions_ML()
1036 …PetscCall(PetscOptionsEList("-pc_ml_repartitionType", "Repartitioning library to use", "ML_Reparti… in PCSetFromOptions_ML()
1042 …PetscCall(PetscOptionsEList("-pc_ml_repartitionZoltanScheme", "Repartitioning scheme to use", "Non… in PCSetFromOptions_ML()
1048 …PetscCall(PetscOptionsEList("-pc_ml_repartitionType", "Repartitioning library to use", "ML_Reparti… in PCSetFromOptions_ML()
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c607 …PetscCall(PetscOptionsEList("-mat_superlu_dist_rowperm", "Row permutation", "None", rowperm, 4, ro… in MatLUFactorSymbolic_SuperLU_DIST()
627 …PetscCall(PetscOptionsEList("-mat_superlu_dist_colperm", "Column permutation", "None", colperm, 5,… in MatLUFactorSymbolic_SuperLU_DIST()
666 …PetscCall(PetscOptionsEList("-mat_superlu_dist_fact", "Sparsity pattern for repeated matrix factor… in MatLUFactorSymbolic_SuperLU_DIST()
/petsc/src/snes/tutorials/
H A Dex34.c102 …PetscCall(PetscOptionsEList("-obs_type", "Type of obstacle", "ex34.c", obstacleTypes, NUM_OBSTACLE… in ProcessOptions()
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c70 …PetscCall(PetscOptionsEList("-petscpartitioner_parmetis_type", "Partitioning method", "", ptypes, … in PetscPartitionerSetFromOptions_ParMetis()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c464 …PetscCall(PetscOptionsEList("-tao_ntr_init_type", "tao->trust initialization type", "", NTR_INIT, … in TaoSetFromOptions_NTR()
465 …PetscCall(PetscOptionsEList("-tao_ntr_update_type", "radius update type", "", NTR_UPDATE, NTR_UPDA… in TaoSetFromOptions_NTR()

1234