Searched refs:TSComputeRHSJacobian (Results 1 – 8 of 8) sorted by relevance
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 35 function:TSComputeRHSJacobian
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 304 if (quadts) PetscCall(TSComputeRHSJacobian(quadts, th->stage_time, ts->vec_sol, quadJ, NULL)); in TSAdjointStepBEuler_Private() 455 PetscCall(TSComputeRHSJacobian(quadts, th->stage_time, ts->vec_sol, quadJ, NULL)); in TSAdjointStep_Theta() 457 PetscCall(TSComputeRHSJacobian(quadts, th->stage_time, th->X, quadJ, NULL)); in TSAdjointStep_Theta() 530 if (quadts) PetscCall(TSComputeRHSJacobian(quadts, adjoint_ptime, th->X0, quadJ, NULL)); in TSAdjointStep_Theta() 640 if (quadts) PetscCall(TSComputeRHSJacobian(quadts, th->stage_time, th->X, quadJ, NULL)); in TSAdjointStep_Theta() 810 PetscCall(TSComputeRHSJacobian(quadts, th->ptime0, th->X0, quadJ, NULL)); in TSForwardStep_Theta() 848 PetscCall(TSComputeRHSJacobian(quadts, th->stage_time, th->X, quadJ, NULL)); in TSForwardStep_Theta() 855 PetscCall(TSComputeRHSJacobian(quadts, th->stage_time, ts->vec_sol, quadJ, NULL)); in TSForwardStep_Theta()
|
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | 702 PetscCall(TSComputeRHSJacobian(ts, stage_time, Y[i], J, J)); in TSForwardStep_RK() 899 …if (quadts) PetscCall(TSComputeRHSJacobian(quadts, rk->stage_time, Y[i], Jquad, Jquad)); /* get r_… in TSAdjointStep_RK() 1405 PetscCall(TSComputeRHSJacobian(ts, rk->stage_time, x, A, B)); in SNESTSFormJacobian_RK()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 567 PetscErrorCode TSComputeRHSJacobian(TS ts, PetscReal t, Vec U, Mat A, Mat B) in TSComputeRHSJacobian() function 970 PetscCall(TSComputeRHSJacobian(ts, t, U, A, B)); in TSComputeIJacobian() 993 PetscCall(TSComputeRHSJacobian(ts, t, U, Arhs, Brhs)); in TSComputeIJacobian() 1621 PetscCall(TSComputeRHSJacobian(ts, t, U, Jrhs, Prhs)); in TSComputeI2Jacobian() 4653 PetscCall(TSComputeRHSJacobian(ts, t, U, Arhs, Brhs)); in TSComputeRHSFunctionLinear()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 179 PetscErrorCode TSComputeRHSJacobian(PetscTS, PetscReal, PetscVec, PetscMat, PetscMat)
|
| H A D | TS.pyx | 737 petsc.TSComputeRHSJacobian 743 CHKERR(TSComputeRHSJacobian(self.ts, time, x.vec, jmat, pmat))
|
| /petsc/include/ |
| H A D | petscts.h | 822 PETSC_EXTERN PetscErrorCode TSComputeRHSJacobian(TS, PetscReal, Vec, Mat, Mat);
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 1589 PetscCall(TSComputeRHSJacobian(ts, stage_time_ex, Y[i], Jex, Jex)); in TSAdjointStep_ARKIMEX()
|