Lines Matching refs:complete_print
2662 PetscBool complete_print = PETSC_FALSE; in SNESTestFunction() local
2677 …oded and finite difference function element entries", "None", &mviewer, &format, &complete_print)); in SNESTestFunction()
2685 if (!complete_print && !directionsprinted) { in SNESTestFunction()
2694 if (complete_print) PetscCall(PetscViewerPushFormat(mviewer, format)); in SNESTestFunction()
2716 if (complete_print) { in SNESTestFunction()
2728 if (complete_print) { in SNESTestFunction()
2768 PetscBool complete_print = PETSC_FALSE, threshold_print = PETSC_FALSE, flg, istranspose; in SNESTestJacobian() local
2780 …ded and finite difference Jacobians element entries", "None", &mviewer, &format, &complete_print)); in SNESTestJacobian()
2790 if (!complete_print && !silent && !directionsprinted) { in SNESTestJacobian()
2799 if (complete_print) PetscCall(PetscViewerPushFormat(mviewer, format)); in SNESTestJacobian()
2849 if (complete_print) { in SNESTestJacobian()
2856 if (threshold_print || complete_print) { in SNESTestJacobian()
2889 PetscCall(MatView(C, complete_print ? mviewer : viewer)); in SNESTestJacobian()
2902 if (complete_print) PetscCall(PetscViewerPopFormat(mviewer)); in SNESTestJacobian()