Searched refs:vstdout (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | snes.c | 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() [all …]
|