Lines Matching refs:PetscOptionsBool

60 …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()
78 …PetscCall(PetscOptionsBool("-pc_bddc_use_nnsp_true", "Use near null space attached to the matrix t… in PCSetFromOptions_BDDC()
79 …PetscCall(PetscOptionsBool("-pc_bddc_use_qr_single", "Use QR factorization for single constraints … in PCSetFromOptions_BDDC()
81 …PetscCall(PetscOptionsBool("-pc_bddc_use_change_of_basis", "Use or not internal change of basis on… in PCSetFromOptions_BDDC()
82 …PetscCall(PetscOptionsBool("-pc_bddc_use_change_on_faces", "Use or not internal change of basis on… in PCSetFromOptions_BDDC()
85 …PetscCall(PetscOptionsBool("-pc_bddc_switch_static", "Switch on static condensation ops around the… in PCSetFromOptions_BDDC()
94 …PetscCall(PetscOptionsBool("-pc_bddc_use_coarse_estimates", "Use estimated eigenvalues for coarse … in PCSetFromOptions_BDDC()
95 …PetscCall(PetscOptionsBool("-pc_bddc_use_deluxe_scaling", "Use deluxe scaling for BDDC", "none", p… in PCSetFromOptions_BDDC()
96 …PetscCall(PetscOptionsBool("-pc_bddc_schur_rebuild", "Whether or not the interface graph for Schur… in PCSetFromOptions_BDDC()
98 …PetscCall(PetscOptionsBool("-pc_bddc_schur_use_useradj", "Whether or not the CSR graph specified b… in PCSetFromOptions_BDDC()
99 …PetscCall(PetscOptionsBool("-pc_bddc_schur_exact", "Whether or not to use the exact Schur compleme… in PCSetFromOptions_BDDC()
100 …PetscCall(PetscOptionsBool("-pc_bddc_deluxe_zerorows", "Zero rows and columns of deluxe operators … in PCSetFromOptions_BDDC()
101 …PetscCall(PetscOptionsBool("-pc_bddc_deluxe_singlemat", "Collapse deluxe operators", "none", pcbdd… in PCSetFromOptions_BDDC()
102 …PetscCall(PetscOptionsBool("-pc_bddc_adaptive_userdefined", "Use user-defined constraints (should … in PCSetFromOptions_BDDC()
108 …PetscCall(PetscOptionsBool("-pc_bddc_symmetric", "Symmetric computation of primal basis functions"… in PCSetFromOptions_BDDC()
110 …PetscCall(PetscOptionsBool("-pc_bddc_benign_trick", "Apply the benign subspace trick to saddle poi… in PCSetFromOptions_BDDC()
111 …PetscCall(PetscOptionsBool("-pc_bddc_benign_change", "Compute the pressure change of basis explici… in PCSetFromOptions_BDDC()
112 …PetscCall(PetscOptionsBool("-pc_bddc_benign_compute_correction", "Compute the benign correction du… in PCSetFromOptions_BDDC()
113 …PetscCall(PetscOptionsBool("-pc_bddc_nonetflux", "Automatic computation of no-net-flux quadrature … in PCSetFromOptions_BDDC()
114 …PetscCall(PetscOptionsBool("-pc_bddc_detect_disconnected", "Detects disconnected subdomains", "non… in PCSetFromOptions_BDDC()
115 …PetscCall(PetscOptionsBool("-pc_bddc_detect_disconnected_filter", "Filters out small entries in th… in PCSetFromOptions_BDDC()
116 …PetscCall(PetscOptionsBool("-pc_bddc_eliminate_dirichlet", "Whether or not we want to eliminate di… in PCSetFromOptions_BDDC()