Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi340 PetscErrorCode TSDIRKGetType(PetscTS, PetscTSDIRKType*)
H A DTS.pyx434 setDIRKType, petsc.TSDIRKGetType
438 CHKERR(TSDIRKGetType(self.ts, &cval))
/petsc/include/
H A Dpetscts.h1431 PETSC_EXTERN PetscErrorCode TSDIRKGetType(TS, TSDIRKType *);
/petsc/src/ts/impls/arkimex/
H A Darkimex.c2472 PetscErrorCode TSDIRKGetType(TS ts, TSDIRKType *dirktype) in TSDIRKGetType() function