Home
last modified time | relevance | path

Searched refs:TSIRKTableauCreate (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c67 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 Dpetscts.h1336 PETSC_EXTERN PetscErrorCode TSIRKTableauCreate(TS, PetscInt, const PetscReal *, const PetscReal *, …