Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h34 PetscInt ncurrenth, maxcurrenth; member
H A Dmffd.c167 ctx->ncurrenth = 0; in MatMFFDResetHHistory_MFFD()
346 if (ctx->historyh && ctx->ncurrenth < ctx->maxcurrenth) ctx->historyh[ctx->ncurrenth] = h; in MatMult_MFFD()
347 ctx->ncurrenth++; in MatMult_MFFD()
357 if (ctx->ncurrenth == 1 && ctx->current_f_allocated) PetscCall((*ctx->func)(ctx->funcctx, U, F)); in MatMult_MFFD()
596 mfctx->ncurrenth = 0; in MatCreate_MFFD()
H A Dwp.c57 if (hctx->computenormU || !ctx->ncurrenth) { in MatMFFDCompute_WP()