Searched refs:PetscDSSetRHSResidual (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex45.c | 261 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 D | 317.md | 322 - Add `PetscDSGetRHSResidual()` and `PetscDSSetRHSResidual()` to support explicit timestepping
|
| /petsc/include/ |
| H A D | petscds.h | 149 PETSC_EXTERN PetscErrorCode PetscDSSetRHSResidual(PetscDS, PetscInt, PetscPointFn *, PetscPointFn *…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1446 PetscErrorCode PetscDSSetRHSResidual(PetscDS ds, PetscInt f, PetscPointFn *f0, PetscPointFn *f1) in PetscDSSetRHSResidual() function
|