Home
last modified time | relevance | path

Searched refs:PetscDSGetExactSolution (Results 1 – 22 of 22) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex46.c307 PetscCall(PetscDSGetExactSolution(ds, 0, &funcs[0], &ctxs[0])); in MonitorError()
308 PetscCall(PetscDSGetExactSolution(ds, 1, &funcs[1], &ctxs[1])); in MonitorError()
348 PetscCall(PetscDSGetExactSolution(ds, 0, &funcs[0], &ctxs[0])); in main()
349 PetscCall(PetscDSGetExactSolution(ds, 1, &funcs[1], &ctxs[1])); in main()
H A Dex47.c245 PetscCall(PetscDSGetExactSolution(ds, 0, &func[0], &ctxs[0])); in MonitorError()
267 PetscCall(PetscDSGetExactSolution(ds, 0, &func[0], &ctxs[0])); in MyTSMonitorError()
307 PetscCall(PetscDSGetExactSolution(ds, 0, &func[0], &ctxs[0])); in main()
H A Dex77.c740 for (f = 0; f < 3; ++f) PetscCall(PetscDSGetExactSolution(ds, f, &exactFuncs[f], &ctxs[f])); in MonitorError()
H A Dex76.c1594 for (f = 0; f < 3; ++f) PetscCall(PetscDSGetExactSolution(ds, f, &exactFuncs[f], &ctxs[f])); in MonitorError()
H A Dex53.c2050 PetscCall(PetscDSGetExactSolution(ds, field, &exacts[field], &ectxs[field])); in SolutionMonitor()
/petsc/src/snes/tutorials/
H A Dex76.c522 PetscCall(PetscDSGetExactSolution(ds, 0, &exactFuncs[0], &ctxs[0])); in main()
523 PetscCall(PetscDSGetExactSolution(ds, 1, &exactFuncs[1], &ctxs[1])); in main()
524 PetscCall(PetscDSGetExactSolution(ds, 2, &exactFuncs[2], &ctxs[2])); in main()
540 PetscCall(PetscDSGetExactSolution(ds, 0, &exactFuncs[0], &ctxs[0])); in main()
541 PetscCall(PetscDSGetExactSolution(ds, 1, &exactFuncs[1], &ctxs[1])); in main()
542 PetscCall(PetscDSGetExactSolution(ds, 2, &exactFuncs[2], &ctxs[2])); in main()
H A Dex71.c332 PetscCall(PetscDSGetExactSolution(ds, 0, &exactFuncs[0], &ctxs[0])); in main()
333 PetscCall(PetscDSGetExactSolution(ds, 1, &exactFuncs[1], &ctxs[1])); in main()
H A Dex13.c476 PetscCall(PetscDSGetExactSolution(ds, 0, &sol, &ctx)); in ErrorView()
H A Dex27.c743 PetscCall(PetscDSGetExactSolution(ds, 0, &func[0], &ctx[0])); in main()
H A Dex69.c3173 PetscCall(PetscDSGetExactSolution(prob, 0, &exactFunc, (void **)&ctx)); in SetupProblem()
3381 PetscCall(PetscDSGetExactSolution(ds, 0, &exacts[0], &ectxs[0])); in main()
3382 PetscCall(PetscDSGetExactSolution(ds, 1, &exacts[1], &ectxs[1])); in main()
/petsc/src/tao/tutorials/
H A Dex1.c242 PetscCall(PetscDSGetExactSolution(ds, 0, &exactFuncs[0], NULL)); in main()
243 PetscCall(PetscDSGetExactSolution(ds, 1, &exactFuncs[1], NULL)); in main()
244 PetscCall(PetscDSGetExactSolution(ds, 2, &exactFuncs[2], NULL)); in main()
H A Dex2.c237 PetscCall(PetscDSGetExactSolution(ds, 0, &exactFuncs[0], NULL)); in main()
238 PetscCall(PetscDSGetExactSolution(ds, 1, &exactFuncs[1], NULL)); in main()
239 PetscCall(PetscDSGetExactSolution(ds, 2, &exactFuncs[2], NULL)); in main()
/petsc/src/dm/dt/fe/tests/
H A Dex3.c158 PetscCall(PetscDSGetExactSolution(ds, 0, &exactSol[0], &exactCtx[0])); in CheckInterpolation()
183 PetscCall(PetscDSGetExactSolution(ds, 0, &exactSol[0], &exactCtx[0])); in CheckL2Projection()
/petsc/src/snes/utils/
H A Dconvest.c169 PetscCall(PetscDSGetExactSolution(ds, field, &ce->exactSol[field], &ce->ctxs[field])); in PetscConvEstSetUp()
287 … for (PetscInt f = 0; f < Nf; ++f) PetscCall(PetscDSGetExactSolution(ds, f, &funcs[f], &ctxs[f])); in PetscConvEstComputeErrorSNES_Private()
H A Ddmplexsnes.c797 PetscCall(PetscDSGetExactSolution(ds, field, &exacts[field], &ectxs[field])); in DMSNESCheckDiscretization()
/petsc/include/petsc/private/
H A Dkspimpl.h242 PetscCall(PetscDSGetExactSolution(ds, 0, &exactSol, &exactCtx)); in KSPLogErrorHistory()
/petsc/include/
H A Dpetscds.h174 PETSC_EXTERN PetscErrorCode PetscDSGetExactSolution(PetscDS, PetscInt, PetscPointExactSolutionFn **…
/petsc/src/ts/interface/
H A Dtsmon.c1614 for (f = 0; f < Nf; ++f) PetscCall(PetscDSGetExactSolution(ds, f, &exactFuncs[f], &ctxs[f])); in TSMonitorError()
/petsc/src/dm/dt/interface/
H A Ddtds.c2291 PetscErrorCode PetscDSGetExactSolution(PetscDS prob, PetscInt f, PetscPointExactSolutionFn **sol, v… in PetscDSGetExactSolution() function
3869 PetscCall(PetscDSGetExactSolution(ds, f, &sol, &ctx)); in PetscDSCopyExactSolutions()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c671 PetscCall(PetscDSGetExactSolution(prob, f, &adaptor->exactSol[f], &adaptor->exactCtx[f])); in DMAdaptorSetUp()
/petsc/src/dm/interface/
H A Ddm.c6288 …for (f = 0; f < dsNf; ++f) PetscCall(PetscDSGetExactSolution(ds, fields[f], &exacts[fields[f]], &e… in DMComputeExactSolution()
9184 PetscCall(PetscDSGetExactSolution(ds, field, &exactSol[field], &ctxs[field])); in DMComputeError()
/petsc/src/snes/interface/
H A Dsnes.c4651 … for (f = 0; f < Nf; ++f) PetscCall(PetscDSGetExactSolution(prob, f, &exactSol[f], &exactCtx[f])); in SNESConvergedReasonView()