Home
last modified time | relevance | path

Searched defs:history (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Drober.py58 history = [] variable
H A Dorego.py60 history = [] variable
/petsc/src/snes/interface/
H A Dsnesut.c569 PetscReal *history; in SNESMonitorRatio() local
602 PetscReal *history; in SNESMonitorRatioSetUp() local
/petsc/src/mat/impls/mffd/
H A Dmffd.c555 static PetscErrorCode MatMFFDSetHHistory_MFFD(Mat J, PetscScalar history[], PetscInt nhistory) in MatMFFDSetHHistory_MFFD()
909 PetscErrorCode MatMFFDSetHHistory(Mat J, PetscScalar history[], PetscInt nhistory) in MatMFFDSetHHistory()
/petsc/src/snes/tests/
H A Dex1.c69 PetscReal bratu_lambda_max = 6.81, bratu_lambda_min = 0., history[50]; in main() local