Searched refs:usedt (Results 1 – 6 of 6) sorted by relevance
52 …PetscCheck(pc->setupcalled && (!ilu->info.usedt || ilu->info.dt != dt || ilu->info.dtcol != dtcol … in PCFactorSetDropTolerance_Factor()53 ilu->info.usedt = PETSC_TRUE; in PCFactorSetDropTolerance_Factor()132 …} else PetscCheck(!ilu->info.usedt, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_WRONGSTATE, "C… in PCFactorSetLevels_Factor()
122 if (info->usedt) droptol = info->dt; in MatCholeskyFactorNumeric_SeqAIJ_Bas()
37 ((PC_Factor *)ilu)->info.usedt = 1.0; in PCFactorSetDropTolerance_ILU()
444 PetscReal usedt, dt, dtcol, dtcount1142 info.usedt = <PetscReal>PETSC_TRUE1146 info.usedt = <PetscReal>PETSC_TRUE1150 info.usedt = <PetscReal>PETSC_TRUE
247 info->usedt = (PetscReal)0; in MatFactorInfoDefaults()
1536 PetscReal usedt; member