Home
last modified time | relevance | path

Searched refs:DMComputeExactSolution (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ts/utils/
H A Ddmplexts.c320 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 Ddmplexsnes.c775 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 D314.md227 - Change DMComputeExactSolution() to also compute the time
266 - Add DMComputeExactSolution() which uses PetscDS information
/petsc/src/dm/impls/plex/tests/
H A Dex73.c204 PetscCall(DMComputeExactSolution(dm, 0., u, NULL)); in main()
/petsc/src/ts/tutorials/
H A Dex45.c408 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions()
H A Dex53.c1997 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 Dex77.c721 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions()
H A Dex76.c1573 PetscCall(DMComputeExactSolution(dm, t, u, NULL)); in SetInitialConditions()
/petsc/src/snes/tutorials/
H A Dex36.c239 PetscCall(DMComputeExactSolution(dm, 0.0, exact, NULL)); in CompareView()
/petsc/include/
H A Dpetscdm.h346 PETSC_EXTERN PetscErrorCode DMComputeExactSolution(DM, PetscReal, Vec, Vec);
/petsc/src/dm/interface/
H A Ddm.c6253 PetscErrorCode DMComputeExactSolution(DM dm, PetscReal time, Vec u, Vec u_t) in DMComputeExactSolution() function