Lines Matching refs:vstdout

3054       PetscViewer vdraw, vstdout;  in SNESComputeJacobian()  local
3071 PetscCall(PetscViewerASCIIGetStdout(PetscObjectComm((PetscObject)snes), &vstdout)); in SNESComputeJacobian()
3076 …PetscCall(PetscViewerASCIIPrintf(vstdout, "Explicit %s\n", flag_operator ? "Jacobian" : "precondit… in SNESComputeJacobian()
3077 if (flag) PetscCall(MatView(Bexp, vstdout)); in SNESComputeJacobian()
3079 PetscCall(PetscViewerASCIIPrintf(vstdout, "Finite difference Jacobian\n")); in SNESComputeJacobian()
3080 if (flag) PetscCall(MatView(FDexp, vstdout)); in SNESComputeJacobian()
3083 …PetscCall(PetscViewerASCIIPrintf(vstdout, "User-provided matrix minus finite difference Jacobian\n… in SNESComputeJacobian()
3084 if (flag) PetscCall(MatView(FDexp, vstdout)); in SNESComputeJacobian()
3110 PetscViewer vdraw, vstdout; in SNESComputeJacobian() local
3138 PetscCall(PetscViewerASCIIGetStdout(PetscObjectComm((PetscObject)snes), &vstdout)); in SNESComputeJacobian()
3143 PetscCall(PetscViewerASCIIPrintf(vstdout, "Explicit preconditioning Jacobian\n")); in SNESComputeJacobian()
3144 if (flag_display) PetscCall(MatView(B, vstdout)); in SNESComputeJacobian()
3146 PetscCall(PetscViewerASCIIPrintf(vstdout, "Colored Finite difference Jacobian\n")); in SNESComputeJacobian()
3147 if (flag_display) PetscCall(MatView(Bfd, vstdout)); in SNESComputeJacobian()
3153 …PetscCall(PetscViewerASCIIPrintf(vstdout, "User-provided matrix minus finite difference Jacobian, … in SNESComputeJacobian()
3154 if (flag_display) PetscCall(MatView(Bfd, vstdout)); in SNESComputeJacobian()
3190 …PetscCall(PetscViewerASCIIPrintf(vstdout, "row %" PetscInt_FMT " (maxentry=%g at %" PetscInt_FMT "… in SNESComputeJacobian()
3194 …if (rdiff > 1) PetscCall(PetscViewerASCIIPrintf(vstdout, " (%" PetscInt_FMT ",%g:%g)", bj[j], (dou… in SNESComputeJacobian()
3196 PetscCall(PetscViewerASCIIPrintf(vstdout, "\n")); in SNESComputeJacobian()