Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c8850 PetscInt My, Ny, Mw, Nw; in MatMatInterpolateAdd() local
8854 PetscCall(MatGetSize(w, &Mw, &Nw)); in MatMatInterpolateAdd()
8855 if (!flg || My != Mw || Ny != Nw) w = NULL; in MatMatInterpolateAdd()