Searched refs:UMX (Results 1 – 2 of 2) sorted by relevance
76 #define UMX dgmres->umx macro
76 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()