Home
last modified time | relevance | path

Searched defs:dtcol (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c47 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 Dfactor.c213 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 Daijmatlab.c123 PetscReal dtcol = info->dtcol; in MatLUFactorNumeric_Matlab() local
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c28 static PetscErrorCode PCFactorSetDropTolerance_ILU(PC pc, PetscReal dt, PetscReal dtcol, PetscInt d… in PCFactorSetDropTolerance_ILU()
/petsc/include/
H A Dpetscmat.h1538 PetscReal dtcol; /* tolerance for pivoting */ member