Home
last modified time | relevance | path

Searched refs:dfunc (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/tests/
H A Dex13.c13 PetscScalar dfunc(PetscInt p, PetscReal t) in dfunc() function
71 …f(%g) = %g (reconstructed %g)\n", (double)testtime, (double)PetscRealPart(dfunc(p, testtime)), (do… in main()
73 derr = PetscAbsScalar(dfunc(p, testtime) - aWdot[0]); in main()
96 …f(%g) = %g (reconstructed %g)\n", (double)testtime, (double)PetscRealPart(dfunc(p, testtime)), (do… in main()
97 derr = PetscAbsScalar(dfunc(p, testtime) - aWdot[0]); in main()
110 …f(%g) = %g (reconstructed %g)\n", (double)testtime, (double)PetscRealPart(dfunc(p, testtime)), (do… in main()
112 derr = PetscAbsScalar(dfunc(p, testtime) - aWdot[0]); in main()
156 …f(%g) = %g (reconstructed %g)\n", (double)testtime, (double)PetscRealPart(dfunc(p, testtime)), (do… in main()
157 derr = PetscAbsScalar(dfunc(p, testtime) - aWdot[0]); in main()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c247 PetscErrorCode (*dfunc)(PetscViewerAndFormat **); in KSPMonitorSetFromOptions() local
266 PetscCall(PetscFunctionListFind(KSPMonitorDestroyList, key, &dfunc)); in KSPMonitorSetFromOptions()
268 if (!dfunc) dfunc = PetscViewerAndFormatDestroy; in KSPMonitorSetFromOptions()
272 PetscCall(KSPMonitorSet(ksp, mfunc, vf, (PetscCtxDestroyFn *)dfunc)); in KSPMonitorSetFromOptions()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c413 PetscErrorCode (*dfunc)(PetscViewerAndFormat **); in DMAdaptorMonitorSetFromOptions() local
431 PetscCall(PetscFunctionListFind(DMAdaptorMonitorDestroyList, key, &dfunc)); in DMAdaptorMonitorSetFromOptions()
433 if (!dfunc) dfunc = PetscViewerAndFormatDestroy; in DMAdaptorMonitorSetFromOptions()
437 PetscCall(DMAdaptorMonitorSet(adaptor, mfunc, vf, (PetscCtxDestroyFn *)dfunc)); in DMAdaptorMonitorSetFromOptions()