Lines Matching defs:ts
28 PetscErrorCode TSSetRHSJacobianP(TS ts, Mat Amat, TSRHSJacobianPFn *func, PetscCtx ctx) in TSSetRHSJacobianP()
64 PetscErrorCode TSGetRHSJacobianP(TS ts, Mat *Amat, TSRHSJacobianPFn **func, PetscCtxRt ctx) in TSGetRHSJacobianP()
90 PetscErrorCode TSComputeRHSJacobianP(TS ts, PetscReal t, Vec U, Mat Amat) in TSComputeRHSJacobianP()
137 PetscErrorCode TSSetIJacobianP(TS ts, Mat Amat, PetscErrorCode (*func)(TS ts, PetscReal t, Vec U, V… in TSSetIJacobianP()
182 PetscErrorCode TSGetIJacobianP(TS ts, Mat *Amat, PetscErrorCode (**func)(TS ts, PetscReal t, Vec U,… in TSGetIJacobianP()
213 PetscErrorCode TSComputeIJacobianP(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal shift, Mat Amat, … in TSComputeIJacobianP()
295 …TS ts, PetscInt numcost, Vec costintegral, PetscErrorCode (*rf)(TS ts, PetscReal t, Vec U, Vec F, … in TSSetCostIntegrand()
343 PetscErrorCode TSGetCostIntegral(TS ts, Vec *v) in TSGetCostIntegral()
374 PetscErrorCode TSComputeCostIntegrand(TS ts, PetscReal t, Vec U, Vec Q) in TSComputeCostIntegrand()
395 PetscErrorCode TSComputeDRDUFunction(TS ts, PetscReal t, Vec U, Vec *DRDU) in TSComputeDRDUFunction()
413 PetscErrorCode TSComputeDRDPFunction(TS ts, PetscReal t, Vec U, Vec *DRDP) in TSComputeDRDPFunction()
469 PetscErrorCode TSSetIHessianProduct(TS ts, Vec *ihp1, PetscErrorCode (*ihessianproductfunc1)(TS ts,… in TSSetIHessianProduct() argument
510 PetscErrorCode TSComputeIHessianProductFunctionUU(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Vec … in TSComputeIHessianProductFunctionUU()
551 PetscErrorCode TSComputeIHessianProductFunctionUP(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Vec … in TSComputeIHessianProductFunctionUP()
592 PetscErrorCode TSComputeIHessianProductFunctionPU(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Vec … in TSComputeIHessianProductFunctionPU()
633 PetscErrorCode TSComputeIHessianProductFunctionPP(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Vec … in TSComputeIHessianProductFunctionPP()
700 PetscErrorCode TSSetRHSHessianProduct(TS ts, Vec rhshp1[], PetscErrorCode (*rhshessianproductfunc1)… in TSSetRHSHessianProduct() argument
741 PetscErrorCode TSComputeRHSHessianProductFunctionUU(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Ve… in TSComputeRHSHessianProductFunctionUU()
775 PetscErrorCode TSComputeRHSHessianProductFunctionUP(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Ve… in TSComputeRHSHessianProductFunctionUP()
809 PetscErrorCode TSComputeRHSHessianProductFunctionPU(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Ve… in TSComputeRHSHessianProductFunctionPU()
843 PetscErrorCode TSComputeRHSHessianProductFunctionPP(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Ve… in TSComputeRHSHessianProductFunctionPP()
877 PetscErrorCode TSSetCostGradients(TS ts, PetscInt numcost, Vec lambda[], Vec mu[]) in TSSetCostGradients()
906 PetscErrorCode TSGetCostGradients(TS ts, PetscInt *numcost, Vec *lambda[], Vec *mu[]) in TSGetCostGradients()
942 PetscErrorCode TSSetCostHessianProducts(TS ts, PetscInt numcost, Vec lambda2[], Vec mu2[], Vec dir) in TSSetCostHessianProducts()
972 PetscErrorCode TSGetCostHessianProducts(TS ts, PetscInt *numcost, Vec *lambda2[], Vec *mu2[], Vec *… in TSGetCostHessianProducts()
1000 PetscErrorCode TSAdjointSetForward(TS ts, Mat didp) in TSAdjointSetForward()
1050 PetscErrorCode TSAdjointResetForward(TS ts) in TSAdjointResetForward()
1071 PetscErrorCode TSAdjointSetUp(TS ts) in TSAdjointSetUp()
1112 PetscErrorCode TSAdjointReset(TS ts) in TSAdjointReset()
1147 PetscErrorCode TSAdjointSetSteps(TS ts, PetscInt steps) in TSAdjointSetSteps()
1164 PetscErrorCode TSAdjointSetRHSJacobian(TS ts, Mat Amat, PetscErrorCode (*func)(TS, PetscReal, Vec, … in TSAdjointSetRHSJacobian() argument
1186 PetscErrorCode TSAdjointComputeRHSJacobian(TS ts, PetscReal t, Vec U, Mat Amat) in TSAdjointComputeRHSJacobian()
1203 PetscErrorCode TSAdjointComputeDRDYFunction(TS ts, PetscReal t, Vec U, Vec *DRDU) in TSAdjointComputeDRDYFunction()
1219 PetscErrorCode TSAdjointComputeDRDPFunction(TS ts, PetscReal t, Vec U, Vec *DRDP) in TSAdjointComputeDRDPFunction()
1237 static PetscErrorCode TSAdjointMonitorSensi(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscInt … in TSAdjointMonitorSensi()
1272 PetscErrorCode TSAdjointMonitorSetFromOptions(TS ts, const char name[], const char help[], const ch… in TSAdjointMonitorSetFromOptions() argument
1325 PetscErrorCode TSAdjointMonitorSet(TS ts, PetscErrorCode (*adjointmonitor)(TS ts, PetscInt steps, P… in TSAdjointMonitorSet()
1357 PetscErrorCode TSAdjointMonitorCancel(TS ts) in TSAdjointMonitorCancel()
1388 PetscErrorCode TSAdjointMonitorDefault(TS ts, PetscInt step, PetscReal time, Vec v, PetscInt numcos… in TSAdjointMonitorDefault()
1426 PetscErrorCode TSAdjointMonitorDrawSensi(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscInt num… in TSAdjointMonitorDrawSensi()
1467 PetscErrorCode TSAdjointSetFromOptions(TS ts, PetscOptionItems PetscOptionsObject) in TSAdjointSetFromOptions()
1507 PetscErrorCode TSAdjointStep(TS ts) in TSAdjointStep()
1553 PetscErrorCode TSAdjointSolve(TS ts) in TSAdjointSolve()
1632 PetscErrorCode TSAdjointMonitor(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscInt numcost, Vec… in TSAdjointMonitor()
1660 PetscErrorCode TSAdjointCostIntegral(TS ts) in TSAdjointCostIntegral()
1683 PetscErrorCode TSForwardSetUp(TS ts) in TSForwardSetUp()
1706 PetscErrorCode TSForwardReset(TS ts) in TSForwardReset()
1733 PetscErrorCode TSForwardSetIntegralGradients(TS ts, PetscInt numfwdint, Vec vp[]) in TSForwardSetIntegralGradients()
1758 PetscErrorCode TSForwardGetIntegralGradients(TS ts, PetscInt *numfwdint, Vec *vp[]) in TSForwardGetIntegralGradients()
1783 PetscErrorCode TSForwardStep(TS ts) in TSForwardStep()
1816 PetscErrorCode TSForwardSetSensitivities(TS ts, PetscInt nump, Mat Smat) in TSForwardSetSensitivities()
1844 PetscErrorCode TSForwardGetSensitivities(TS ts, PetscInt *nump, Mat *Smat) in TSForwardGetSensitivities()
1868 PetscErrorCode TSForwardCostIntegral(TS ts) in TSForwardCostIntegral()
1893 PetscErrorCode TSForwardSetInitialSensitivities(TS ts, Mat didp) in TSForwardSetInitialSensitivities()
1916 PetscErrorCode TSForwardGetStages(TS ts, PetscInt *ns, Mat **S) in TSForwardGetStages()
1940 PetscErrorCode TSCreateQuadratureTS(TS ts, PetscBool fwd, TS *quadts) in TSCreateQuadratureTS()
1977 PetscErrorCode TSGetQuadratureTS(TS ts, PetscBool *fwd, TS *quadts) in TSGetQuadratureTS()
2006 PetscErrorCode TSComputeSNESJacobian(TS ts, Vec x, Mat J, Mat Jpre) in TSComputeSNESJacobian()