Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mg/
H A Dmg.c276 Mat Inj; /* The injection matrix */ member
289 PetscCall(MatCreateTranspose(It, &ctx->Inj)); in CRSetup_Private()
290 PetscCall(MatCreateNormal(ctx->Inj, &ctx->S)); in CRSetup_Private()
312 PetscCall(MatDestroy(&ctx->Inj)); in CRDestroy_Private()