Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex36.c333 Mat Ifdg; /* Embed the fine space into the DG version */ member
345 PetscCall(MatDestroy(&ctx->Ifdg)); in DestroyQuasiInterpolator()
362 PetscCall(MatMult(ctx->Ifdg, x, ctx->tmpf)); in QuasiInterpolate()
411 PetscCall(DMCreateInterpolation(dmf, dmfdg, &ctx->Ifdg, NULL)); in CreateQuasiInterpolator()