Searched refs:res_hist_alloc (Results 1 – 3 of 3) sorted by relevance
1536 PetscCall(PetscFree((*ksp)->res_hist_alloc)); in KSPDestroy()2457 PetscCall(PetscFree(ksp->res_hist_alloc)); in KSPSetResidualHistory()2464 PetscCall(PetscCalloc1(ksp->res_hist_max, &ksp->res_hist_alloc)); in KSPSetResidualHistory()2466 ksp->res_hist = ksp->res_hist_alloc; in KSPSetResidualHistory()
761 ksp->res_hist_alloc = NULL; in KSPCreate()
110 PetscReal *res_hist_alloc; /* If !0 means user did not provide buffer, needs deallocation */ member