PetscDSSetRiemannSolver#
Sets the Riemann solver for the given field
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSSetRiemannSolver(PetscDS ds, PetscInt f, PetscRiemannFn *r)
Not Collective
Input Parameters#
ds - The
PetscDS
objectf - The field number
r - Riemann solver, see
PetscRiemannFn
See Also#
Level#
intermediate
Location#
Examples#
src/ts/tutorials/ex11.c
src/ts/tutorials/ex18.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages