Searched refs:TSComputeI2Function (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/implicit/alpha/ |
| H A D | alpha2.c | 391 PetscCall(TSComputeI2Function(ts, ta, Xa, Va, Aa, F)); in SNESTSFormFunction_Alpha()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 184 PetscErrorCode TSComputeI2Function(PetscTS, PetscReal, PetscVec, PetscVec, PetscVec, PetscVec)
|
| H A D | TS.pyx | 1163 petsc.TSComputeI2Function 1167 CHKERR(TSComputeI2Function(self.ts, rval, x.vec, xdot.vec, xdotdot.vec,
|
| /petsc/include/ |
| H A D | petscts.h | 825 PETSC_EXTERN PetscErrorCode TSComputeI2Function(TS, PetscReal, Vec, Vec, Vec, Vec);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1520 PetscErrorCode TSComputeI2Function(TS ts, PetscReal t, Vec U, Vec V, Vec A, Vec F) in TSComputeI2Function() function
|