Home
last modified time | relevance | path

Searched refs:TSAdaptType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tests/
H A Dex14.c107 TSAdaptType adapttype; in TestTSRK()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c129 PetscErrorCode TSAdaptSetType(TSAdapt adapt, TSAdaptType type) in TSAdaptSetType()
163 PetscErrorCode TSAdaptGetType(TSAdapt adapt, TSAdaptType *type) in TSAdaptGetType()
/petsc/include/petsc/private/
H A Dtsimpl.h170 TSAdaptType default_adapt_type;
/petsc/include/
H A Dpetscts.h1119 typedef const char *TSAdaptType; typedef
1132 PETSC_EXTERN PetscErrorCode TSAdaptSetType(TSAdapt, TSAdaptType);
1133 PETSC_EXTERN PetscErrorCode TSAdaptGetType(TSAdapt, TSAdaptType *);
/petsc/src/ts/interface/
H A Dts.c16 static PetscErrorCode TSAdaptSetDefaultType(TSAdapt adapt, TSAdaptType default_type) in TSAdaptSetDefaultType()