Searched refs:TSAdaptType (Results 1 – 5 of 5) sorted by relevance
107 TSAdaptType adapttype; in TestTSRK()
129 PetscErrorCode TSAdaptSetType(TSAdapt adapt, TSAdaptType type) in TSAdaptSetType()163 PetscErrorCode TSAdaptGetType(TSAdapt adapt, TSAdaptType *type) in TSAdaptGetType()
170 TSAdaptType default_adapt_type;
1119 typedef const char *TSAdaptType; typedef1132 PETSC_EXTERN PetscErrorCode TSAdaptSetType(TSAdapt, TSAdaptType);1133 PETSC_EXTERN PetscErrorCode TSAdaptGetType(TSAdapt, TSAdaptType *);
16 static PetscErrorCode TSAdaptSetDefaultType(TSAdapt adapt, TSAdaptType default_type) in TSAdaptSetDefaultType()