Home
last modified time | relevance | path

Searched refs:PetscOptionsBool (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/petsc/src/ksp/ksp/interface/
H A Ditcl.c366 …PetscCall(PetscOptionsBool("-ksp_monitor_cancel", "Remove any hardwired monitor routines", "KSPMon… in KSPSetFromOptions()
377 …PetscCall(PetscOptionsBool("-ksp_monitor_pause_final", "Pauses all draw monitors at the final iter… in KSPSetFromOptions()
378 …PetscCall(PetscOptionsBool("-ksp_initial_guess_nonzero", "Use the contents of the solution vector … in KSPSetFromOptions()
384 …PetscCall(PetscOptionsBool("-ksp_reuse_preconditioner", "Use initial preconditioner and don't ever… in KSPSetFromOptions()
386 …PetscCall(PetscOptionsBool("-ksp_error_if_not_converged", "Generate error if solver does not conve… in KSPSetFromOptions()
392 …PetscCall(PetscOptionsBool("-ksp_converged_reason_view_cancel", "Cancel all the converged reason v… in KSPSetFromOptions()
404 …PetscCall(PetscOptionsBool("-ksp_diagonal_scale", "Diagonal scale matrix before building precondit… in KSPSetFromOptions()
407 …PetscCall(PetscOptionsBool("-ksp_diagonal_scale_fix", "Fix diagonally scaled matrix after solve", … in KSPSetFromOptions()
427 …PetscCall(PetscOptionsBool("-ksp_converged_use_initial_residual_norm", "Use initial residual norm … in KSPSetFromOptions()
429 …PetscCall(PetscOptionsBool("-ksp_converged_use_min_initial_residual_norm", "Use minimum of initial… in KSPSetFromOptions()
[all …]
/petsc/src/vec/is/utils/tests/
H A Dex1.c34 PetscCall(PetscOptionsBool("-view_tree", "View the KDTree", "", view_tree, &view_tree, NULL)); in main()
35 …PetscCall(PetscOptionsBool("-view_performance", "View the performance speed of the KDTree", "", vi… in main()
36 …PetscCall(PetscOptionsBool("-test_tree_points", "Test querying tree points against itself", "", te… in main()
37 …PetscCall(PetscOptionsBool("-test_rand_points", "Test querying random points via brute force", "",… in main()
38 …PetscCall(PetscOptionsBool("-query_rand_points", "Query querying random points", "", query_rand_po… in main()
/petsc/src/vec/is/sf/tutorials/
H A Dex1.c56 …PetscCall(PetscOptionsBool("-test_all", "Test all SF communications", "", test_all, &test_all, NUL… in main()
58 PetscCall(PetscOptionsBool("-test_bcast", "Test broadcast", "", test_bcast, &test_bcast, NULL)); in main()
60 …PetscCall(PetscOptionsBool("-test_bcastop", "Test broadcast and reduce", "", test_bcastop, &test_b… in main()
62 …PetscCall(PetscOptionsBool("-test_reduce", "Test reduction", "", test_reduce, &test_reduce, NULL)); in main()
64 …PetscCall(PetscOptionsBool("-test_char", "Test signed char, unsigned char, and char", "", test_cha… in main()
89 …PetscCall(PetscOptionsBool("-test_degree", "Test computation of vertex degree", "", test_degree, &… in main()
91 …PetscCall(PetscOptionsBool("-test_fetchandop", "Test atomic Fetch-And-Op", "", test_fetchandop, &t… in main()
93 …PetscCall(PetscOptionsBool("-test_gather", "Test point gather", "", test_gather, &test_gather, NUL… in main()
95 …PetscCall(PetscOptionsBool("-test_scatter", "Test point scatter", "", test_scatter, &test_scatter,… in main()
97 PetscCall(PetscOptionsBool("-test_embed", "Test point embed", "", test_embed, &test_embed, NULL)); in main()
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex55.c33 …PetscCall(PetscOptionsBool("-compare", "Compare the meshes using DMPlexEqual()", "ex55.c", options… in ProcessOptions()
34 …PetscCall(PetscOptionsBool("-compare_labels", "Compare labels in the meshes using DMCompareLabels(… in ProcessOptions()
35 …PetscCall(PetscOptionsBool("-distribute", "Distribute the mesh", "ex55.c", options->distribute, &o… in ProcessOptions()
36 …PetscCall(PetscOptionsBool("-field", "Layout a field over the mesh", "ex55.c", options->field, &op… in ProcessOptions()
37 …PetscCall(PetscOptionsBool("-reorder", "Reorder the points in the section", "ex55.c", options->reo… in ProcessOptions()
40 …PetscCall(PetscOptionsBool("-second_write_read", "Write and read for the 2nd time", "ex55.c", opti… in ProcessOptions()
41 …PetscCall(PetscOptionsBool("-use_low_level_functions", "Use low level functions for viewing and lo… in ProcessOptions()
H A Dex12.c52 …PetscCall(PetscOptionsBool("-test_partition", "Use a fixed partition for testing", "ex12.c", optio… in ProcessOptions()
53 …PetscCall(PetscOptionsBool("-test_section", "Use a PetscSection for cell weights", "ex12.c", optio… in ProcessOptions()
54 …PetscCall(PetscOptionsBool("-test_redundant", "Use a redundant partition for testing", "ex12.c", o… in ProcessOptions()
55 …PetscCall(PetscOptionsBool("-load_balance", "Perform parallel load balancing in a second distribut… in ProcessOptions()
56 …PetscCall(PetscOptionsBool("-partition_balance", "Balance the ownership of shared points", "ex12.c… in ProcessOptions()
H A Dex1.c40 …PetscCall(PetscOptionsBool("-test_p4est_seq", "Test p4est with sequential base DM", "ex1.c", optio… in ProcessOptions()
41 …PetscCall(PetscOptionsBool("-test_p4est_par", "Test p4est with parallel base DM", "ex1.c", options… in ProcessOptions()
42 …PetscCall(PetscOptionsBool("-test_redistribute", "Test redistribution", "ex1.c", options->redistri… in ProcessOptions()
43 …PetscCall(PetscOptionsBool("-final_ref", "Run uniform refinement on the final mesh", "ex1.c", opti… in ProcessOptions()
44 …PetscCall(PetscOptionsBool("-final_diagnostics", "Run diagnostics on the final mesh", "ex1.c", opt… in ProcessOptions()
H A Dex24.c30 …PetscCall(PetscOptionsBool("-compare_is", "Compare ISs and PetscSections?", FILENAME, options->com… in ProcessOptions()
31 …PetscCall(PetscOptionsBool("-compare_dm", "Compare DMs?", FILENAME, options->compare_dm, &options-… in ProcessOptions()
34 …PetscCall(PetscOptionsBool("-repartition", "Partition again after the first partition?", FILENAME,… in ProcessOptions()
41 …PetscCall(PetscOptionsBool("-tpweight", "Use target partition weights", FILENAME, options->tpw, &o… in ProcessOptions()
H A Dex71.c66 …PetscCall(PetscOptionsBool("-ignore_label_halo", "Ignore filter values in the halo", "ex80.c", opt… in ProcessOptions()
67 …PetscCall(PetscOptionsBool("-sanitize_submesh", "Sanitize submesh", "ex80.c", options->sanitizeSub… in ProcessOptions()
H A Dex56.c38 …PetscCall(PetscOptionsBool("-compare", "Compare the meshes using DMPlexEqual() and DMCompareLabels… in ProcessOptions()
39 …PetscCall(PetscOptionsBool("-compare_labels", "Compare labels in the meshes using DMCompareLabels(… in ProcessOptions()
40 …PetscCall(PetscOptionsBool("-compare_boundary", "Check label I/O via boundary vertex coordinates",… in ProcessOptions()
41 …PetscCall(PetscOptionsBool("-compare_pre_post", "Compare labels loaded before distribution with th… in ProcessOptions()
43 …PetscCall(PetscOptionsBool("-use_low_level_functions", "Use low level functions for viewing and lo… in ProcessOptions()
44 …PetscCall(PetscOptionsBool("-distribute_after_topo_load", "Distribute topology right after DMPlexT… in ProcessOptions()
H A Dex9.c48 …PetscCall(PetscOptionsBool("-cellSimplex", "Flag for simplices", "ex9.c", options->cellSimplex, &o… in ProcessOptions()
49 …PetscCall(PetscOptionsBool("-spectral", "Flag for spectral element layout", "ex9.c", options->spec… in ProcessOptions()
50 …PetscCall(PetscOptionsBool("-interpolate", "Flag for mesh interpolation", "ex9.c", options->interp… in ProcessOptions()
73 …PetscCall(PetscOptionsBool("-reuse_array", "Pass in user allocated array to VecGetClosure()", "ex9… in ProcessOptions()
74 …PetscCall(PetscOptionsBool("-errors", "Treat failures as errors", "ex9.c", options->errors, &optio… in ProcessOptions()
79 …PetscCall(PetscOptionsBool("-print_times", "Print total times, do not check limits", "ex9.c", opti… in ProcessOptions()
H A Dex31.c23 …PetscCall(PetscOptionsBool("-parallel", "Use ParMetis instead of Metis", FILENAME, options->parall… in ProcessOptions()
24 …PetscCall(PetscOptionsBool("-use_initial_guess", "Use RefineKway function of ParMetis", FILENAME, … in ProcessOptions()
H A Dex43.c14 …PetscCall(PetscOptionsBool("-sparse_localize", "Only localize coordinates where necessary", "ex43.… in ProcessOptions()
/petsc/src/dm/impls/forest/tests/
H A Dex2.c157 …PetscCall(PetscOptionsBool("-linear", "Transfer a simple linear function", "ex2.c", linear, &linea… in main()
158 …PetscCall(PetscOptionsBool("-coords", "Transfer a simple coordinate function", "ex2.c", coords, &c… in main()
159 …PetscCall(PetscOptionsBool("-use_fv", "Use a finite volume approximation", "ex2.c", useFV, &useFV,… in main()
160 …PetscCall(PetscOptionsBool("-test_convert", "Test conversion to DMPLEX", NULL, conv, &conv, NULL)); in main()
161 …PetscCall(PetscOptionsBool("-transfer_from_base", "Transfer a vector from base DM to DMForest", "e… in main()
163 …PetscCall(PetscOptionsBool("-transfer_from_base_steps", "Transfer a vector from base DM to the lat… in main()
164 …PetscCall(PetscOptionsBool("-use_bcs", "Use dirichlet boundary conditions", "ex2.c", use_bcs, &use… in main()
/petsc/src/ksp/pc/impls/parms/
H A Dparms.c272 …PetscCall(PetscOptionsBool("-pc_parms_nonsymmetric_perm", "Use nonsymmetric permutation", "PCPARMS… in PCSetFromOptions_PARMS()
277 …PetscCall(PetscOptionsBool("-pc_parms_inter_nonsymmetric_perm", "nonsymmetric permutation for inte… in PCSetFromOptions_PARMS()
278 …PetscCall(PetscOptionsBool("-pc_parms_inter_column_perm", "column permutation for interlevel block… in PCSetFromOptions_PARMS()
279 …PetscCall(PetscOptionsBool("-pc_parms_inter_row_scaling", "row scaling for interlevel blocks", "No… in PCSetFromOptions_PARMS()
280 …PetscCall(PetscOptionsBool("-pc_parms_inter_column_scaling", "column scaling for interlevel blocks… in PCSetFromOptions_PARMS()
281 …PetscCall(PetscOptionsBool("-pc_parms_last_nonsymmetric_perm", "nonsymmetric permutation for last … in PCSetFromOptions_PARMS()
282 …PetscCall(PetscOptionsBool("-pc_parms_last_column_perm", "column permutation for last level blocks… in PCSetFromOptions_PARMS()
283 …PetscCall(PetscOptionsBool("-pc_parms_last_row_scaling", "row scaling for last level blocks", "Non… in PCSetFromOptions_PARMS()
284 …PetscCall(PetscOptionsBool("-pc_parms_last_column_scaling", "column scaling for last level blocks"… in PCSetFromOptions_PARMS()
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c225 …PetscCall(PetscOptionsBool("-pc_factor_in_place", "Form factored matrix in the same memory as the … in PCSetFromOptions_Factor()
236 …PetscCall(PetscOptionsBool("-pc_factor_pivot_in_blocks", "Pivot inside matrix dense blocks for BAI… in PCSetFromOptions_Factor()
239 …PetscCall(PetscOptionsBool("-pc_factor_reuse_fill", "Use fill from previous factorization", "PCFac… in PCSetFromOptions_Factor()
241 …PetscCall(PetscOptionsBool("-pc_factor_reuse_ordering", "Reuse ordering from previous factorizatio… in PCSetFromOptions_Factor()
251 …PetscCall(PetscOptionsBool("-pc_factor_mat_factor_on_host", "Do mat factorization on host (with de… in PCSetFromOptions_Factor()
252 …PetscCall(PetscOptionsBool("-pc_factor_mat_solve_on_host", "Do mat solve on host with the factor (… in PCSetFromOptions_Factor()
/petsc/src/dm/impls/moab/tests/
H A Dex2.cxx37 …PetscCall(PetscOptionsBool("-debug", "Enable debug messages", "ex2.cxx", options->debug, &options-… in ProcessOptions()
38 …PetscCall(PetscOptionsBool("-interlace", "Use interlaced arrangement for the field data", "ex2.cxx… in ProcessOptions()
39 …PetscCall(PetscOptionsBool("-simplex", "Create simplices instead of tensor product elements", "ex2… in ProcessOptions()
/petsc/src/mat/impls/aij/seq/
H A Dinode2.c68 …PetscCall(PetscOptionsBool("-mat_no_unroll", "Do not optimize for inodes (slower)", NULL, no_unrol… in MatCreate_SeqAIJ_Inode()
70 …PetscCall(PetscOptionsBool("-mat_no_inode", "Do not optimize for inodes -slower-", NULL, no_inode,… in MatCreate_SeqAIJ_Inode()
/petsc/src/sys/tests/
H A Dex20.c65 PetscCall(PetscOptionsBool("-old_option", NULL, NULL, oldopt, &oldopt, NULL)); in main()
67 PetscCall(PetscOptionsBool("-new_option", NULL, NULL, newopt, &newopt, NULL)); in main()
H A Dex68.c26 …PetscCall(PetscOptionsBool("-main_visible", "The logging visibility of the main stage", NULL, main… in main()
27 …PetscCall(PetscOptionsBool("-unrelated_visible", "The logging visibility of the unrelated stage", … in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c150 …PetscCall(PetscOptionsBool("-use_global", "Test MatSetValues", __FILE__, options->useglobal, &opti… in ProcessOptions()
151 …PetscCall(PetscOptionsBool("-multi_element", "Use multi-element BDDC", __FILE__, options->multi_el… in ProcessOptions()
152 …PetscCall(PetscOptionsBool("-dirichlet", "Use dirichlet BC", __FILE__, options->dirbc, &options->d… in ProcessOptions()
153 …PetscCall(PetscOptionsBool("-use_composite_pc", "Multiplicative composite with BDDC + Richardson/J… in ProcessOptions()
154 …PetscCall(PetscOptionsBool("-random_initial_guess", "Solve A x = 0 with random initial guess, inst… in ProcessOptions()
155 …PetscCall(PetscOptionsBool("-random_real", "Use real-valued b (or x, if -random_initial_guess) ins… in ProcessOptions()
H A Dex56.c49 …PetscCall(PetscOptionsBool("-log_stages", "Log stages of solve separately", "", log_stages, &log_s… in main()
51 …PetscCall(PetscOptionsBool("-two_solves", "solve additional variant of the problem", "", two_solve… in main()
52 …PetscCall(PetscOptionsBool("-test_nonzero_cols", "nonzero test", "", test_nonzero_cols, &test_nonz… in main()
53 …PetscCall(PetscOptionsBool("-use_mat_nearnullspace", "MatNearNullSpace API test", "", use_nearnull… in main()
54 PetscCall(PetscOptionsBool("-test_late_bs", "", "", test_late_bs, &test_late_bs, NULL)); in main()
55 PetscCall(PetscOptionsBool("-test_rap_bs", "", "", test_rap_bs, &test_rap_bs, NULL)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex8.c40 …PetscCall(PetscOptionsBool("-closure_tensor", "Apply DMPlexSetClosurePermutationTensor", "ex8.c", … in main()
41 …PetscCall(PetscOptionsBool("-project_coordinates", "Call DMSetCoordinateDisc() explicitly", "ex8.c… in main()
42 …PetscCall(PetscOptionsBool("-view_coord", "View coordinates of element closures", "ex8.c", view_co… in main()
/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/
H A Dex1.c20 …PetscCall(PetscOptionsBool("-tensor", "Whether the cell is a tensor product cell or a simplex", "e… in main()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c60 …PetscCall(PetscOptionsBool("-pc_bddc_dirichlet_approximate", "Inform PCBDDC that we are using appr… in PCSetFromOptions_BDDC()
61 …PetscCall(PetscOptionsBool("-pc_bddc_dirichlet_approximate_scale", "Inform PCBDDC that we need to … in PCSetFromOptions_BDDC()
66 …PetscCall(PetscOptionsBool("-pc_bddc_neumann_approximate", "Inform PCBDDC that we are using approx… in PCSetFromOptions_BDDC()
67 …PetscCall(PetscOptionsBool("-pc_bddc_neumann_approximate_scale", "Inform PCBDDC that we need to sc… in PCSetFromOptions_BDDC()
69 …PetscCall(PetscOptionsBool("-pc_bddc_use_local_mat_graph", "Use or not adjacency graph of local ma… in PCSetFromOptions_BDDC()
72 …PetscCall(PetscOptionsBool("-pc_bddc_corner_selection", "Activates face-based corner selection", "… in PCSetFromOptions_BDDC()
73 …PetscCall(PetscOptionsBool("-pc_bddc_use_vertices", "Use or not corner dofs in coarse space", "non… in PCSetFromOptions_BDDC()
74 …PetscCall(PetscOptionsBool("-pc_bddc_use_edges", "Use or not edge constraints in coarse space", "n… in PCSetFromOptions_BDDC()
75 …PetscCall(PetscOptionsBool("-pc_bddc_use_faces", "Use or not face constraints in coarse space", "n… in PCSetFromOptions_BDDC()
77 …PetscCall(PetscOptionsBool("-pc_bddc_use_nnsp", "Use near null space attached to the matrix to com… in PCSetFromOptions_BDDC()
[all …]
/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c418 …PetscCall(PetscOptionsBool("-draw_save_single_file", "Each new image replaces previous image in fi… in PetscDrawSetFromOptions()
423 …PetscCall(PetscOptionsBool("-draw_save_on_clear", "Save graphics to file on each clear", PETSC_FUN… in PetscDrawSetFromOptions()
424 …PetscCall(PetscOptionsBool("-draw_save_on_flush", "Save graphics to file on each flush", PETSC_FUN… in PetscDrawSetFromOptions()

12345678910>>...13