Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h33 PetscScalar *historyh; /* history of differencing parameter h */ member
H A Dmffd.c346 if (ctx->historyh && ctx->ncurrenth < ctx->maxcurrenth) ctx->historyh[ctx->ncurrenth] = h; in MatMult_MFFD()
561 ctx->historyh = history; in MatMFFDSetHHistory_MFFD()
595 mfctx->historyh = NULL; in MatCreate_MFFD()