Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex1f.F90172 PetscInt nhistory
267 PetscCallA(SNESGetConvergenceHistory(snes, rhistory, itshistory, nhistory, ierr))
268 PetscCallA(SNESRestoreConvergenceHistory(snes, rhistory, itshistory, nhistory, ierr))
/petsc/src/mat/impls/mffd/
H A Dmffd.c555 static PetscErrorCode MatMFFDSetHHistory_MFFD(Mat J, PetscScalar history[], PetscInt nhistory) in MatMFFDSetHHistory_MFFD() argument
562 ctx->maxcurrenth = nhistory; in MatMFFDSetHHistory_MFFD()
909 PetscErrorCode MatMFFDSetHHistory(Mat J, PetscScalar history[], PetscInt nhistory) in MatMFFDSetHHistory() argument
914 PetscValidLogicalCollectiveInt(J, nhistory, 3); in MatMFFDSetHHistory()
915 PetscUseMethod(J, "MatMFFDSetHHistory_C", (Mat, PetscScalar[], PetscInt), (J, history, nhistory)); in MatMFFDSetHHistory()