Searched refs:Mcoarse (Results 1 – 1 of 1) sorted by relevance
259 Mat Mcoarse; /* Mass matrix on the coarse space */ member274 PetscCall(MatDestroy(&ctx->Mcoarse)); in DestroyCoarseProjection()319 PetscCall(DMCreateMassMatrix(dmc, dmc, &ctx->Mcoarse)); in CreateCoarseProjection()324 PetscCall(KSPSetOperators(ctx->kspCoarse, ctx->Mcoarse, ctx->Mcoarse)); in CreateCoarseProjection()