Skip to main content
Ctrl+K
PETSc v3.23.6-606-g7787bf7449e94 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • PetscDSSetEx...

PetscDSSetExactSolution#

Set the pointwise exact solution function for a given test field

Synopsis#

#include "petscds.h" 
PetscErrorCode PetscDSSetExactSolution(PetscDS prob, PetscInt f, PetscPointExactSolutionFn *sol, void *ctx)

Not Collective

Input Parameters#

  • prob - The PetscDS

  • f - The test field number

  • sol - solution function for the test fields, see PetscPointExactSolutionFn

  • ctx - solution context or NULL

See Also#

PetscDS, PetscPointExactSolutionFn, PetscDSGetExactSolution()

Level#

intermediate

Location#

src/dm/dt/interface/dtds.c

Examples#

src/snes/tutorials/ex69.c
src/snes/tutorials/ex23.c
src/snes/tutorials/ex62.c
src/snes/tutorials/ex26.c
src/snes/tutorials/ex76.c
src/snes/tutorials/ex17.c
src/snes/tutorials/ex71.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex13.c
src/snes/tutorials/ex12.c


Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages

On this page
  • Synopsis
  • Input Parameters
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-09-19T03:48:02-0500 (v3.23.6-606-g7787bf7449e94).