Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h44 Vec current_f; /* location of F(u); used with F(u+h) */ member
H A Dmffd.c211 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()