Home
last modified time | relevance | path

Searched refs:TSComputeRHSFunctionLinear (Results 1 – 20 of 20) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex5.c157 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
167 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex6.c160 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex4.c188 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
198 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex3.c170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
180 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex74.c91 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &ctxt)); in main()
/petsc/src/ts/event/tests/
H A Dex2.c90 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
H A Dex1sin.c90 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
H A Dex3.c105 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
H A Dex4.c97 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
H A Dex5.c98 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
H A Dex3span.c103 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, NULL)); in main()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex3.c94 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c185 *ierr = TSSetRHSFunction(*ts, R, TSComputeRHSFunctionLinear, fP); in tssetrhsfunction_()
/petsc/doc/changes/
H A D32.md212 TSComputeRHSFunctionLinear() and/or
/petsc/src/tao/unconstrained/tutorials/
H A Dspectraladjointassimilation.c236 PetscCall(TSSetRHSFunction(appctx.ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi178 PetscErrorCode TSComputeRHSFunctionLinear(PetscTS, PetscReal, PetscVec, PetscVec, void*)
H A DTS.pyx713 petsc.TSComputeRHSFunctionLinear
717 CHKERR(TSComputeRHSFunctionLinear(self.ts, time, x.vec, f.vec, NULL))
/petsc/src/ts/interface/
H A Dts.c588 …= 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 Dts.md915 TSSetRHSFunction(ts,NULL,TSComputeRHSFunctionLinear,NULL);
931 TSSetRHSFunction(ts,NULL,TSComputeRHSFunctionLinear,NULL);
/petsc/include/
H A Dpetscts.h775 PETSC_EXTERN TSRHSFunctionFn TSComputeRHSFunctionLinear; variable