Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ditfunc.c1536 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()
H A Ditcreate.c761 ksp->res_hist_alloc = NULL; in KSPCreate()
/petsc/include/petsc/private/
H A Dkspimpl.h110 PetscReal *res_hist_alloc; /* If !0 means user did not provide buffer, needs deallocation */ member