Home
last modified time | relevance | path

Searched refs:TSDIRKSetType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/impls/arkimex/
H A Darkimex.c2089 if (flg) PetscCall(TSDIRKSetType(ts, namelist[choice])); in TSSetFromOptions_ARKIMEX()
2448 PetscErrorCode TSDIRKSetType(TS ts, TSDIRKType dirktype) in TSDIRKSetType() function
2505 PetscCall(TSDIRKSetType(ts, TSDIRKDefault)); in TSCreate_DIRK()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi341 PetscErrorCode TSDIRKSetType(PetscTS, PetscTSDIRKType)
H A DTS.pyx420 petsc.TSDIRKSetType
425 CHKERR(TSDIRKSetType(self.ts, cval))
/petsc/include/
H A Dpetscts.h1432 PETSC_EXTERN PetscErrorCode TSDIRKSetType(TS, TSDIRKType);