Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex36.c262 Vec Iscale; /* Scaling vector for restriction */ member
277 PetscCall(VecDestroy(&ctx->Iscale)); in DestroyCoarseProjection()
300 PetscCall(VecPointwiseMult(ctx->tmpcoarse, ctx->Iscale, ctx->tmpcoarse)); in CoarseProjection()
321 PetscCall(DMCreateInterpolation(dmc, dmf, &ctx->Ifine, &ctx->Iscale)); in CreateCoarseProjection()