Searched refs:TrueSolution (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex50.c | 79 extern PetscErrorCode TrueSolution(TS, PetscReal, Vec, AppCtx *); 218 PetscCall(TrueSolution(appctx.ts, 0, appctx.dat.curr_sol, &appctx)); in main() 220 …olutionFunction(appctx.ts, (PetscErrorCode (*)(TS, PetscReal, Vec, void *))TrueSolution, &appctx)); in main() 256 PetscErrorCode TrueSolution(TS ts, PetscReal t, Vec u, AppCtx *appctx) in TrueSolution() function
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | burgers_spectral.c | 89 extern PetscErrorCode TrueSolution(Vec, AppCtx *); 238 PetscCall(TrueSolution(appctx.dat.true_solution, &appctx)); in main() 322 PetscErrorCode TrueSolution(Vec u, AppCtx *appctx) in TrueSolution() function
|
| H A D | spectraladjointassimilation.c | 360 PetscErrorCode TrueSolution(Vec u, AppCtx *appctx) in TrueSolution() function
|