Lines Matching refs:mviewer
2666 PetscViewer viewer, mviewer; in SNESTestFunction() local
2677 …een hand-coded and finite difference function element entries", "None", &mviewer, &format, &comple… in SNESTestFunction()
2694 if (complete_print) PetscCall(PetscViewerPushFormat(mviewer, format)); in SNESTestFunction()
2718 PetscCall(VecView(g1, mviewer)); in SNESTestFunction()
2720 PetscCall(VecView(g2, mviewer)); in SNESTestFunction()
2722 PetscCall(VecView(g3, mviewer)); in SNESTestFunction()
2729 PetscCall(PetscViewerPopFormat(mviewer)); in SNESTestFunction()
2730 PetscCall(PetscViewerDestroy(&mviewer)); in SNESTestFunction()
2770 PetscViewer viewer, mviewer; in SNESTestJacobian() local
2780 …en hand-coded and finite difference Jacobians element entries", "None", &mviewer, &format, &comple… in SNESTestJacobian()
2799 if (complete_print) PetscCall(PetscViewerPushFormat(mviewer, format)); in SNESTestJacobian()
2851 PetscCall(MatView(A, mviewer)); in SNESTestJacobian()
2853 PetscCall(MatView(B, mviewer)); in SNESTestJacobian()
2889 PetscCall(MatView(C, complete_print ? mviewer : viewer)); in SNESTestJacobian()
2902 if (complete_print) PetscCall(PetscViewerPopFormat(mviewer)); in SNESTestJacobian()
2903 if (mviewer) PetscCall(PetscViewerDestroy(&mviewer)); in SNESTestJacobian()