Searched refs:Mw (Results 1 – 1 of 1) sorted by relevance
8850 PetscInt My, Ny, Mw, Nw; in MatMatInterpolateAdd() local8854 PetscCall(MatGetSize(w, &Mw, &Nw)); in MatMatInterpolateAdd()8855 if (!flg || My != Mw || Ny != Nw) w = NULL; in MatMatInterpolateAdd()