Home
last modified time | relevance | path

Searched refs:berr (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c97 PetscReal ferr, berr; in MatSolve_SuperLU_Private() local
140 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatSolve_SuperLU_Private()
142 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatSolve_SuperLU_Private()
146 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatSolve_SuperLU_Private()
148 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatSolve_SuperLU_Private()
173 …cCall(PetscPrintf(PETSC_COMM_SELF, " %8d%8d%16e%16e\n", i + 1, lu->stat.RefineSteps, ferr, berr)); in MatSolve_SuperLU_Private()
233 PetscReal ferr, berr; in MatLUFactorNumeric_SuperLU() local
278 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatLUFactorNumeric_SuperLU()
280 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatLUFactorNumeric_SuperLU()
284 …lu->U, lu->work, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem… in MatLUFactorNumeric_SuperLU()
[all …]
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c276 PetscReal berr[1]; in MatSolve_SuperLU_DIST() local
317 …TDOUBLECOMPLEX bptr, (int)m, 1, &lu->grid3d, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &info)); in MatSolve_SuperLU_DIST()
326 …ASTDOUBLECOMPLEX bptr, (int)m, 1, &lu->grid, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &info)); in MatSolve_SuperLU_DIST()
349 PetscReal berr[1]; in MatMatSolve_SuperLU_DIST() local
382 …OMPLEX bptr, (int)m, (int)nrhs, &lu->grid3d, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &info)); in MatMatSolve_SuperLU_DIST()
385 …ECOMPLEX bptr, (int)m, (int)nrhs, &lu->grid, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &info)); in MatMatSolve_SuperLU_DIST()
451 PetscReal *berr = 0; in MatLUFactorNumeric_SuperLU_DIST() local
552 …struct, 0, (int)A->rmap->n, 0, &lu->grid3d, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
560 …rmstruct, 0, (int)A->rmap->n, 0, &lu->grid, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c815 PetscReal berr, ferr; in KSPDGMRESApplyDeflation_DGMRES() local
817 …", &br, &nrhs, TT, &bmax, TTF, &bmax, INVP, X2, &bmax, X1, &bmax, &ferr, &berr, WORK, IWORK, &info… in KSPDGMRESApplyDeflation_DGMRES()