| /petsc/src/ts/tutorials/ |
| H A D | ex5.c | 157 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 167 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex6.c | 160 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex4.c | 188 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 198 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex3.c | 170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 180 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex74.c | 91 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &ctxt)); in main()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex2.c | 90 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
|
| H A D | ex1sin.c | 90 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
|
| H A D | ex3.c | 105 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
|
| H A D | ex4.c | 97 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
|
| H A D | ex5.c | 98 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
|
| H A D | ex3span.c | 103 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex3.c | 94 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 185 *ierr = TSSetRHSFunction(*ts, R, TSComputeRHSFunctionLinear, fP); in tssetrhsfunction_()
|
| /petsc/doc/changes/ |
| H A D | 32.md | 212 TSComputeRHSFunctionLinear() and/or
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | spectraladjointassimilation.c | 236 PetscCall(TSSetRHSFunction(appctx.ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 178 PetscErrorCode TSComputeRHSFunctionLinear(PetscTS, PetscReal, PetscVec, PetscVec, void*)
|
| H A D | TS.pyx | 713 petsc.TSComputeRHSFunctionLinear 717 CHKERR(TSComputeRHSFunctionLinear(self.ts, time, x.vec, f.vec, NULL))
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 588 …= Uid && ts->rhsjacobian.Xstate == Ustate)) && (rhsfunction != TSComputeRHSFunctionLinear)) PetscF… in TSComputeRHSJacobian() 957 ….Xid == Uid && ts->rhsjacobian.Xstate == Ustate)) && rhsfunction != TSComputeRHSFunctionLinear)) && in TSComputeIJacobian() 4645 PetscErrorCode TSComputeRHSFunctionLinear(TS ts, PetscReal t, Vec U, Vec F, PetscCtx ctx) in TSComputeRHSFunctionLinear() function
|
| /petsc/doc/manual/ |
| H A D | ts.md | 915 TSSetRHSFunction(ts,NULL,TSComputeRHSFunctionLinear,NULL); 931 TSSetRHSFunction(ts,NULL,TSComputeRHSFunctionLinear,NULL);
|
| /petsc/include/ |
| H A D | petscts.h | 775 PETSC_EXTERN TSRHSFunctionFn TSComputeRHSFunctionLinear; variable
|