Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmresimpl.h89 #define ORTH dgmres->orth macro
H A Ddgmres.c289 PetscCall(PetscFree(ORTH)); in KSPDestroy_DGMRES()
567 if (!ORTH) PetscCall(PetscMalloc1(max_neig, &ORTH)); in KSPDGMRESComputeDeflationData_DGMRES()