Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-ksp.c10 const PetscReal *residual_history; in KSPPostSolve_Honee() local
16 PetscCall(KSPGetResidualHistory(ksp, &residual_history, &num_its)); in KSPPostSolve_Honee()
17 first_residual = residual_history[0]; in KSPPostSolve_Honee()
18 last_residual = residual_history[num_its - 1]; in KSPPostSolve_Honee()