Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmresimpl.h22 PetscInt augwork_alloc; /*size of chunk allocated for augmentation vectors */ member
H A Dlgmres.c80 lgmres->augwork_alloc = 2 * aug_dim + AUG_OFFSET; in KSPSetUp_LGMRES()
343 …if (lgmres->augwork_alloc) PetscCall(VecDestroyVecs(lgmres->augwork_alloc, &lgmres->augvecs_user_w… in KSPDestroy_LGMRES()