Home
last modified time | relevance | path

Searched refs:PetscDSGetRHSResidual (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D317.md322 - Add `PetscDSGetRHSResidual()` and `PetscDSSetRHSResidual()` to support explicit timestepping
/petsc/include/
H A Dpetscds.h148 PETSC_EXTERN PetscErrorCode PetscDSGetRHSResidual(PetscDS, PetscInt, PetscPointFn **, PetscPointFn …
/petsc/src/dm/dt/interface/
H A Ddtds.c1414 PetscErrorCode PetscDSGetRHSResidual(PetscDS ds, PetscInt f, PetscPointFn **f0, PetscPointFn **f1) in PetscDSGetRHSResidual() function