Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmresimpl.h76 #define UMX dgmres->umx macro
H A Ddgmres.c76 UMX = NULL; in KSPSetUp_DGMRES()
279 PetscCall(PetscFree(UMX)); in KSPDestroy_DGMRES()
596 if (!UMX) PetscCall(PetscMalloc1(max_neig * neig1, &UMX)); in KSPDGMRESComputeDeflationData_DGMRES()
597 for (j = 0; j < neig; j++) PetscCall(VecMDot(MX[j], r, UU, &UMX[j * max_neig])); in KSPDGMRESComputeDeflationData_DGMRES()
611 PetscCall(PetscArraycpy(&TT[max_neig * k], &UMX[max_neig * j], r)); in KSPDGMRESComputeDeflationData_DGMRES()