Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex27.c53 PetscBool truncate = PETSC_FALSE; in main() local
69 PetscCall(PetscOptionsGetBool(NULL, NULL, "-truncate", &truncate, NULL)); in main()
70 …if (!truncate) PetscCall(PetscOptionsGetString(NULL, NULL, "-f_x0", file_x0, sizeof(file_x0), NULL… in main()
135 if (truncate) { in main()
187 if (!truncate) { in main()
201 if (truncate || !has) { in main()
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DProblemFinalize.m4 % Pad the history if there are remaining evaluations or truncate if too many
37 % Pad the history if there are remaining evaluations or truncate if too many