Searched refs:TSIRKTableauCreate (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 67 PetscErrorCode TSIRKTableauCreate(TS ts, PetscInt nstages, const PetscReal *A, const PetscReal *b, … in TSIRKTableauCreate() function 153 …PetscCall(TSIRKTableauCreate(ts, nstages, gauss_A_real, gauss_b, gauss_c, NULL, gauss_A_inv, gauss… in TSIRKCreate_Gauss()
|
| /petsc/include/ |
| H A D | petscts.h | 1336 PETSC_EXTERN PetscErrorCode TSIRKTableauCreate(TS, PetscInt, const PetscReal *, const PetscReal *, …
|