int SNESSetConvergenceHistory(SNES snes, double *a, int na)Collective on SNES
snes | - iterative context obtained from SNESCreate() |
a | - array to hold history |
na | - size of a |
This routine is useful, e.g., when running a code for purposesof accurate performance monitoring, when no I/O should be doneduring the section of code that is being timed.
Location: src/snes/interface/snes.c
SNES Index
Table of Contents