Searched refs:damp_fixed (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/is/ |
| H A D | pcis.c | 356 …PetscBool damp_fixed = PETSC_FALSE, remove_nullspace_fixed = PETSC_FALSE, set_damping_factor_float… in PCISSetUp() local 359 …pc_ctx)->options, ((PetscObject)pc_ctx)->prefix, "-pc_is_damp_fixed", &fixed_factor, &damp_fixed)); in PCISSetUp() 360 if (!damp_fixed) fixed_factor = 0.0; in PCISSetUp() 361 …scObject)pc_ctx)->options, ((PetscObject)pc_ctx)->prefix, "-pc_is_damp_fixed", &damp_fixed, NULL)); in PCISSetUp() 386 if (damp_fixed) { in PCISSetUp()
|