Home
last modified time | relevance | path

Searched refs:TSARKIMEXSetType (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex36.c155 PetscCall(TSARKIMEXSetType(ts, TSARKIMEXPRSSP2)); in main()
H A Dextchem.c135 PetscCall(TSARKIMEXSetType(ts, TSARKIMEX4)); in main()
H A Dextchemfield.c155 PetscCall(TSARKIMEXSetType(ts, TSARKIMEX4)); in main()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1410 PetscCall(TSARKIMEXSetType(ts_start, TSARKIMEX1BEE)); in TSStep_ARKIMEX()
2093 if (flg) PetscCall(TSARKIMEXSetType(ts, namelist[choice])); in TSSetFromOptions_ARKIMEX()
2191 PetscErrorCode TSARKIMEXSetType(TS ts, TSARKIMEXType arktype) in TSARKIMEXSetType() function
2417 PetscCall(TSARKIMEXSetType(ts, TSARKIMEXDefault)); in TSCreate_ARKIMEX()
H A Dfsarkimex.c267 PetscCall(TSARKIMEXSetType(ts_start, TSARKIMEX1BEE)); in TSStep_ARKIMEX_FastSlowSplit()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi318 PetscErrorCode TSARKIMEXSetType(PetscTS, PetscTSRKType)
H A DTS.pyx320 petsc.TSARKIMEXSetType
325 CHKERR(TSARKIMEXSetType(self.ts, cval))
357 petsc.TSARKIMEXSetType
/petsc/include/
H A Dpetscts.h1396 PETSC_EXTERN PetscErrorCode TSARKIMEXSetType(TS, TSARKIMEXType);
/petsc/doc/manual/
H A Dgetting_started.md900 TSARKIMEXSetType(ts,TSARKIMEX3);