Searched refs:DMComputeExactSolution (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmplexts.c | 320 PetscCall(DMComputeExactSolution(dm, t, u, u_t)); in DMTSCheckResidual() 376 PetscCall(DMComputeExactSolution(dm, t, u, u_t)); in DMTSCheckJacobian()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 775 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in DMSNESCheckDiscretization() 858 PetscCall(DMComputeExactSolution(dm, 0.0, u, NULL)); in DMSNESCheckResidual() 913 if (u) PetscCall(DMComputeExactSolution(dm, 0.0, u, NULL)); in DMSNESCheckJacobian()
|
| /petsc/doc/changes/ |
| H A D | 314.md | 227 - Change DMComputeExactSolution() to also compute the time 266 - Add DMComputeExactSolution() which uses PetscDS information
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex73.c | 204 PetscCall(DMComputeExactSolution(dm, 0., u, NULL)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex45.c | 408 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions()
|
| H A D | ex53.c | 1997 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions() 2000 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions() 2021 PetscCall(DMComputeExactSolution(dm, time, exact, NULL)); in SolutionMonitor()
|
| H A D | ex77.c | 721 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions()
|
| H A D | ex76.c | 1573 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex36.c | 239 PetscCall(DMComputeExactSolution(dm, 0.0, exact, NULL)); in CompareView()
|
| /petsc/include/ |
| H A D | petscdm.h | 346 PETSC_EXTERN PetscErrorCode DMComputeExactSolution(DM, PetscReal, Vec, Vec);
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6253 PetscErrorCode DMComputeExactSolution(DM dm, PetscReal time, Vec u, Vec u_t) in DMComputeExactSolution() function
|