Searched defs:dtcol (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factimpl.c | 47 PetscErrorCode PCFactorSetDropTolerance_Factor(PC pc, PetscReal dt, PetscReal dtcol, PetscInt dtcou… in PCFactorSetDropTolerance_Factor() 204 PetscErrorCode PCFactorSetColumnPivot_Factor(PC pc, PetscReal dtcol) in PCFactorSetColumnPivot_Factor()
|
| H A D | factor.c | 213 PetscErrorCode PCFactorSetDropTolerance(PC pc, PetscReal dt, PetscReal dtcol, PetscInt maxrowcount) in PCFactorSetDropTolerance() 630 PetscErrorCode PCFactorSetColumnPivot(PC pc, PetscReal dtcol) in PCFactorSetColumnPivot()
|
| /petsc/src/mat/impls/aij/seq/matlab/ |
| H A D | aijmatlab.c | 123 PetscReal dtcol = info->dtcol; in MatLUFactorNumeric_Matlab() local
|
| /petsc/src/ksp/pc/impls/factor/ilu/ |
| H A D | ilu.c | 28 static PetscErrorCode PCFactorSetDropTolerance_ILU(PC pc, PetscReal dt, PetscReal dtcol, PetscInt d… in PCFactorSetDropTolerance_ILU()
|
| /petsc/include/ |
| H A D | petscmat.h | 1538 PetscReal dtcol; /* tolerance for pivoting */ member
|