Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h37 PetscInt recomputeperiod; /* how often the h is recomputed; default to 1 */ member
H A Dwp.c56 if (!(ctx->count % ctx->recomputeperiod)) { in MatMFFDCompute_WP()
H A Dmffddef.c54 if (!(ctx->count % ctx->recomputeperiod)) { in MatMFFDCompute_DS()
H A Dmffd.c509 …"how often h is recomputed", "MatMFFDSetPeriod", mfctx->recomputeperiod, &mfctx->recomputeperiod, … in MatSetFromOptions_MFFD()
528 ctx->recomputeperiod = period; in MatMFFDSetPeriod_MFFD()
592 mfctx->recomputeperiod = 1; in MatCreate_MFFD()