Home
last modified time | relevance | path

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

/petsc/src/snes/interface/noise/
H A Dsnesnoise.c11 PetscInt function_count; /* count of function evaluations for diff param estimation */ member
35 neP->function_count = 0; in SNESDiffParameterCreate_More()
108 fcount = neP->function_count; in SNESDiffParameterCompute_More()
122 neP->function_count++; in SNESDiffParameterCompute_More()
200 fcount = neP->function_count - fcount; in SNESDiffParameterCompute_More()
201 …PetscInt_FMT ", rerrf=%g, sqrt(noise)=%g, h_more=%g\n", fcount, neP->function_count, (double)rerrf… in SNESDiffParameterCompute_More()