Searched refs:current_f (Results 1 – 2 of 2) sorted by relevance
44 Vec current_f; /* location of F(u); used with F(u+h) */ member
211 if (ctx->current_f_allocated) PetscCall(VecDestroy(&ctx->current_f)); in MatDestroy_MFFD()268 PetscCall(VecView(ctx->current_f, viewer)); in MatView_MFFD()321 F = ctx->current_f; in MatMult_MFFD()441 if (ctx->current_f_allocated) PetscCall(VecDestroy(&ctx->current_f)); in MatMFFDSetBase_MFFD()442 ctx->current_f = F; in MatMFFDSetBase_MFFD()445 PetscCall(MatCreateVecs(J, NULL, &ctx->current_f)); in MatMFFDSetBase_MFFD()