Searched refs:residual_history (Results 1 – 1 of 1) sorted by relevance
10 const PetscReal *residual_history; in KSPPostSolve_Honee() local16 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()