Searched refs:maxrowcount (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.c | 213 PetscErrorCode PCFactorSetDropTolerance(PC pc, PetscReal dt, PetscReal dtcol, PetscInt maxrowcount) in PCFactorSetDropTolerance() argument 218 PetscValidLogicalCollectiveInt(pc, maxrowcount, 4); in PCFactorSetDropTolerance() 219 … "PCFactorSetDropTolerance_C", (PC, PetscReal, PetscReal, PetscInt), (pc, dt, dtcol, maxrowcount)); in PCFactorSetDropTolerance()
|