Home
last modified time | relevance | path

Searched refs:PetscDSSetRHSResidual (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex45.c261 PetscCall(PetscDSSetRHSResidual(ds, 0, f0_quad_lin_exp, f1_temp_exp)); in SetupProblem()
268 PetscCall(PetscDSSetRHSResidual(ds, 0, f0_quad_trig_exp, f1_temp_exp)); in SetupProblem()
281 PetscCall(PetscDSSetRHSResidual(ds, 0, f0_trig_trig_exp, f1_temp_exp)); in SetupProblem()
/petsc/doc/changes/
H A D317.md322 - Add `PetscDSGetRHSResidual()` and `PetscDSSetRHSResidual()` to support explicit timestepping
/petsc/include/
H A Dpetscds.h149 PETSC_EXTERN PetscErrorCode PetscDSSetRHSResidual(PetscDS, PetscInt, PetscPointFn *, PetscPointFn *…
/petsc/src/dm/dt/interface/
H A Ddtds.c1446 PetscErrorCode PetscDSSetRHSResidual(PetscDS ds, PetscInt f, PetscPointFn *f0, PetscPointFn *f1) in PetscDSSetRHSResidual() function