Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex36.c260 Mat Mfine; /* Mass matrix on the fine space */ member
275 PetscCall(MatDestroy(&ctx->Mfine)); in DestroyCoarseProjection()
292 PetscCall(MatMult(ctx->Mfine, x, ctx->tmpfine)); in CoarseProjection()
320 PetscCall(DMCreateMassMatrix(dmf, dmf, &ctx->Mfine)); in CreateCoarseProjection()