Home
last modified time | relevance | path

Searched refs:PetscOptionsFList (Results 1 – 25 of 75) sorted by relevance

123

/petsc/src/mat/tests/
H A Dex72.c51 …PetscCall(PetscOptionsFList("-permute", "Permute matrix and vector to solving in new ordering", ""… in main()
H A Dex62.c55 …PetscCall(PetscOptionsFList("-A_mat_type", "Matrix type", "MatSetType", MatList, deft, A_mattype, … in main()
56 …PetscCall(PetscOptionsFList("-B_mat_type", "Matrix type", "MatSetType", MatList, deft, B_mattype, … in main()
/petsc/src/ksp/pc/interface/
H A Dpcset.c142 …PetscCall(PetscOptionsFList("-pc_type", "Preconditioner", "PCSetType", PCList, def, type, 256, &fl… in PCSetFromOptions()
/petsc/src/ts/tutorials/
H A Dex9.c502 …PetscCall(PetscOptionsFList("-physics_burgers_riemann", "Riemann solver", "", rlist, rname, rname,… in PhysicsCreate_Burgers()
628 …PetscCall(PetscOptionsFList("-physics_traffic_riemann", "Riemann solver", "", rlist, rname, rname,… in PhysicsCreate_Traffic()
779 …PetscCall(PetscOptionsFList("-physics_acoustics_riemann", "Riemann solver", "", rlist, rname, rnam… in PhysicsCreate_Acoustics()
780 …PetscCall(PetscOptionsFList("-physics_acoustics_reconstruct", "Reconstruction", "", rclist, rcname… in PhysicsCreate_Acoustics()
991 …PetscCall(PetscOptionsFList("-physics_isogas_riemann", "Riemann solver", "", rlist, rname, rname, … in PhysicsCreate_IsoGas()
992 …PetscCall(PetscOptionsFList("-physics_isogas_reconstruct", "Reconstruction", "", rclist, rcname, r… in PhysicsCreate_IsoGas()
1148 …PetscCall(PetscOptionsFList("-physics_shallow_riemann", "Riemann solver", "", rlist, rname, rname,… in PhysicsCreate_Shallow()
1149 …PetscCall(PetscOptionsFList("-physics_shallow_reconstruct", "Reconstruction", "", rclist, rcname, … in PhysicsCreate_Shallow()
1442 …PetscCall(PetscOptionsFList("-limit", "Name of flux limiter to use", "", limiters, lname, lname, s… in main()
1443 …PetscCall(PetscOptionsFList("-physics", "Name of physics (Riemann solver and characteristics) to u… in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex18.c46 …PetscCall(PetscOptionsFList("-permute", "Permute matrix and vector to solving in new ordering", ""… in main()
H A Dex77.c39 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, deft, type, 256, &f… in main()
H A Dex10.c155 …PetscCall(PetscOptionsFList("-permute", "Permute matrix and vector to solve in new ordering", "", … in main()
H A Dex74.c115 …PetscCall(PetscOptionsFList("-irk_type", "IRK method family", "", IRKList, irktype, irktype, sizeo… in main()
/petsc/src/sys/classes/random/interface/
H A Drandomc.c130 …PetscCall(PetscOptionsFList("-random_type", "PetscRandom type", "PetscRandomSetType", PetscRandomL… in PetscRandomSetTypeFromOptions_Private()
/petsc/src/sys/classes/bm/interfaces/
H A Dbm.c189 …PetscCall(PetscOptionsFList("-bm_type", "PetscBench", "PetscBenchSetType", PetscBenchList, ((Petsc… in PetscBenchSetFromOptions()
/petsc/src/vec/is/ao/interface/
H A Dao.c428 PetscCall(PetscOptionsFList("-ao_type", "AO type", "AOSetType", AOList, def, type, 256, &flg)); in AOSetFromOptions()
/petsc/include/
H A Dpetscoptions.h309 PetscErrorCode PetscOptionsFList(T...);
1137 …#define PetscOptionsFList(opt, ltext, man, list, currentvalue, value, len, set) PetscOptionsFLis… macro
/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c199 …PetscCall(PetscOptionsFList("-mat_coloring_type", "The coloring method used", "MatColoringSetType"… in MatColoringSetFromOptions()
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c376 …PetscCall(PetscOptionsFList("-mat_coarsen_type", "Type of aggregator", "MatCoarsenSetType", MatCoa… in MatCoarsenSetFromOptions()
/petsc/src/dm/dt/space/interface/
H A Dspace.c199 …PetscCall(PetscOptionsFList("-petscspace_type", "Linear space", "PetscSpaceSetType", PetscSpaceLis… in PetscSpaceSetFromOptions()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c183 …PetscCall(PetscOptionsFList("-petscpartitioner_type", "Graph partitioner", "PetscPartitionerSetTyp… in PetscPartitionerSetFromOptions()
/petsc/src/ml/regressor/interface/
H A Dregressor.c189 …PetscCall(PetscOptionsFList("-regressor_type", "PetscRegressor type", "PetscRegressorSetType", Pet… in PetscRegressorSetFromOptions()
/petsc/src/vec/pf/interface/
H A Dpf.c412 …PetscCall(PetscOptionsFList("-pf_type", "Type of function", "PFSetType", PFList, NULL, type, 256, … in PFSetFromOptions()
/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c402 …PetscCall(PetscOptionsFList("-draw_type", "Type of graphical output", "PetscDrawSetType", PetscDra… in PetscDrawSetFromOptions()
/petsc/src/vec/vec/utils/tagger/interface/
H A Dtagger.c200 …PetscCall(PetscOptionsFList("-vec_tagger_type", "VecTagger implementation type", "VecTaggerSetType… in VecTaggerSetFromOptions()
/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c178 …PetscCall(PetscOptionsFList("-ts_adapt_type", "Algorithm to use for adaptivity", "TSGLLEAdaptSetTy… in TSGLLEAdaptSetFromOptions()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c356 …PetscCall(PetscOptionsFList("-ksp_type", "Krylov method", "KSPSetType", KSPList, (char *)(((PetscO… in KSPSetFromOptions()
443 …PetscCall(PetscOptionsFList("-ksp_guess_type", "Initial guess in Krylov method", NULL, KSPGuessLis… in KSPSetFromOptions()
/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c24 …PetscCall(PetscOptionsFList("-dm_type", "DM implementation on which to define field", "ex20.c", DM… in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c584 …PetscCall(PetscOptionsFList("-ex2_impurity_source_type", "Name of impurity source to run", "", pli… in ProcessREOptions()
585 …PetscCall(PetscOptionsFList("-ex2_test_type", "Name of test to run", "", testlist, testname, testn… in ProcessREOptions()
588 …PetscCall(PetscOptionsFList("-ex2_e_field_type", "Electric field type", "", elist, ename, ename, s… in ProcessREOptions()
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c249 …PetscCall(PetscOptionsFList("-pc_factor_mat_ordering_type", "Reordering to reduce nonzeros in fact… in PCSetFromOptions_Factor()

123