Lines Matching refs:PetscFPrintf
112 PetscCall(PetscFPrintf(comm, fp, "\n ------- SNES iteration %" PetscInt_FMT " ---------\n", i)); in SNESDiffParameterCompute_More()
135 PetscCall(PetscFPrintf(comm, fp, "Difference Table: iter = %" PetscInt_FMT "\n", iter)); in SNESDiffParameterCompute_More()
137 for (j = 0; j < nf - i; j++) PetscCall(PetscFPrintf(comm, fp, " %10.2e ", tab[i][j])); in SNESDiffParameterCompute_More()
138 PetscCall(PetscFPrintf(comm, fp, "\n")); in SNESDiffParameterCompute_More()
146 if (info == 1) PetscCall(PetscFPrintf(comm, fp, "%s\n", "Noise detected")); in SNESDiffParameterCompute_More()
147 if (info == 2) PetscCall(PetscFPrintf(comm, fp, "%s\n", "Noise not detected; h is too small")); in SNESDiffParameterCompute_More()
148 if (info == 3) PetscCall(PetscFPrintf(comm, fp, "%s\n", "Noise not detected; h is too large")); in SNESDiffParameterCompute_More()
149 if (info == 4) PetscCall(PetscFPrintf(comm, fp, "%s\n", "Noise detected, but unreliable hopt")); in SNESDiffParameterCompute_More()
150 …PetscCall(PetscFPrintf(comm, fp, "Approximate epsfcn %g %g %g %g %g %g\n", (double)eps[0], (d… in SNESDiffParameterCompute_More()
151 …PetscCall(PetscFPrintf(comm, fp, "h = %g, fnoise = %g, fder2 = %g, rerrf = %g, hopt = %g\n\n", (do… in SNESDiffParameterCompute_More()
178 …PetscCall(PetscFPrintf(comm, fp, "Resetting fnoise: fnoise1 = %g, fnoise_min = %g\n", (double)*fno… in SNESDiffParameterCompute_More()
183 …PetscCall(PetscFPrintf(comm, fp, "Resetting hopt: hopt1 = %g, hopt_min = %g\n", (double)*hopt, (do… in SNESDiffParameterCompute_More()
188 PetscCall(PetscFPrintf(comm, fp, "Errors in derivative:\n")); in SNESDiffParameterCompute_More()
189 …PetscCall(PetscFPrintf(comm, fp, "f = %g, fnoise = %g, fder2 = %g, hopt = %g\n", (double)f, (doubl… in SNESDiffParameterCompute_More()
274 … PetscCall(PetscFPrintf(comm, stdout, "h = %g: relative error = %g\n", (double)h, (double)enorm)); in JacMatMultCompare()