Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/include/petsc/finclude/
H A Dpetscts.h61 #define TSRKType character*(80) macro
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/explicit/rk/
H A Drk.c16 static TSRKType TSRKDefault = TSRK3BS;
415 PetscErrorCode TSRKRegister(TSRKType name,PetscInt order,PetscInt s, in TSRKRegister()
1229 TSRKType rktype; in TSView_RK()
1299 PetscErrorCode TSRKSetType(TS ts,TSRKType rktype) in TSRKSetType()
1306 ierr = PetscTryMethod(ts,"TSRKSetType_C",(TS,TSRKType),(ts,rktype));CHKERRQ(ierr); in TSRKSetType()
1325 PetscErrorCode TSRKGetType(TS ts,TSRKType *rktype) in TSRKGetType()
1331 ierr = PetscUseMethod(ts,"TSRKGetType_C",(TS,TSRKType*),(ts,rktype));CHKERRQ(ierr); in TSRKGetType()
1344 static PetscErrorCode TSRKGetType_RK(TS ts,TSRKType *rktype) in TSRKGetType_RK()
1353 static PetscErrorCode TSRKSetType_RK(TS ts,TSRKType rktype) in TSRKSetType_RK()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscts.h825 typedef const char* TSRKType; typedef
839 PETSC_EXTERN PetscErrorCode TSRKGetType(TS,TSRKType*);
840 PETSC_EXTERN PetscErrorCode TSRKSetType(TS,TSRKType);
844 PETSC_EXTERN PetscErrorCode TSRKRegister(TSRKType,PetscInt,PetscInt,const PetscReal[],const PetscRe…
/dports/science/PETSc/petsc-3.14.1/src/ts/tests/
H A Dex14.c107 static PetscErrorCode TestTSRK(TS ts,TSRKType type) in TestTSRK()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DTS.pyx34 class TSRKType(object): class
105 RKType = TSRKType
968 del TSRKType
H A Dpetscts.pxi264 ctypedef const char* PetscTSRKType "TSRKType"
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap5700 man:+TSRKType++TSRKType++++man+manualpages/TS/TSRKType.html#TSRKType
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS6769 typedef const char* TSRKType;825,42687
8726 #define TSRKType 61,1667
17219 static TSRKType TSRKDefault 16,307
H A DCTAGS33695 TSRKDefault src/ts/impls/explicit/rk/rk.c /^static TSRKType TSRKDefault = TSRK3BS;$/;" v language:…
33703 TSRKGetType src/ts/impls/explicit/rk/rk.c /^PetscErrorCode TSRKGetType(TS ts,TSRKType *rktype)$/;" …
33704 TSRKGetType_RK src/ts/impls/explicit/rk/rk.c /^static PetscErrorCode TSRKGetType_RK(TS ts,TSRKType
33707 TSRKRegister src/ts/impls/explicit/rk/rk.c /^PetscErrorCode TSRKRegister(TSRKType name,PetscInt ord…
33713 TSRKSetType src/ts/impls/explicit/rk/rk.c /^PetscErrorCode TSRKSetType(TS ts,TSRKType rktype)$/;" f…
33714 TSRKSetType_RK src/ts/impls/explicit/rk/rk.c /^static PetscErrorCode TSRKSetType_RK(TS ts,TSRKType
33717 TSRKType include/petsc/finclude/petscts.h 61;" d language:C++
33718 TSRKType include/petscts.h /^typedef const char* TSRKType;$/;" t language:C++
35181 TestTSRK src/ts/tests/ex14.c /^static PetscErrorCode TestTSRK(TS ts,TSRKType type)$/;" f language:C…