Skip to content

Commit

Permalink
Set default fill_in_limit back to 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Oct 18, 2023
1 parent 6e8f949 commit ca359e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/src/KokkosKernels_Handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ class KokkosKernelsHandle {
const size_type max_iter = 20,
const typename PAR_ILUTHandleType::float_t residual_norm_delta_stop =
1e-2,
const typename PAR_ILUTHandleType::float_t fill_in_limit = 2.0,
const typename PAR_ILUTHandleType::float_t fill_in_limit = 0.75,
const bool async_update = false, const bool verbose = false) {
this->destroy_par_ilut_handle();
this->is_owner_of_the_par_ilut_handle = true;
Expand Down

0 comments on commit ca359e5

Please sign in to comment.