Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c9 …PetscErrorCode (*choose)(TSGLLEAdapt, PetscInt, const PetscInt[], const PetscReal[], const PetscRe…
10 PetscErrorCode (*destroy)(TSGLLEAdapt);
11 PetscErrorCode (*view)(TSGLLEAdapt, PetscViewer);
12 PetscErrorCode (*setfromoptions)(TSGLLEAdapt, PetscOptionItems);
20 PETSC_EXTERN PetscErrorCode TSGLLEAdaptCreate_None(TSGLLEAdapt);
21 PETSC_EXTERN PetscErrorCode TSGLLEAdaptCreate_Size(TSGLLEAdapt);
22 PETSC_EXTERN PetscErrorCode TSGLLEAdaptCreate_Both(TSGLLEAdapt);
54 PetscErrorCode TSGLLEAdaptRegister(const char sname[], PetscErrorCode (*function)(TSGLLEAdapt)) in TSGLLEAdaptRegister() argument
118 PetscErrorCode TSGLLEAdaptSetType(TSGLLEAdapt adapt, TSGLLEAdaptType type) in TSGLLEAdaptSetType()
120 PetscErrorCode (*r)(TSGLLEAdapt); in TSGLLEAdaptSetType()
[all …]
H A Dglle.h39 TSGLLEAdapt adapt;
H A Dglle.c692 PetscErrorCode TSGLLEGetAdapt(TS ts, TSGLLEAdapt *adapt) in TSGLLEGetAdapt()
697 PetscUseMethod(ts, "TSGLLEGetAdapt_C", (TS, TSGLLEAdapt *), (ts, adapt)); in TSGLLEGetAdapt()
777 static PetscErrorCode TSGLLEGetAdapt_GLLE(TS ts, TSGLLEAdapt *adapt) in TSGLLEGetAdapt_GLLE()
1154 TSGLLEAdapt adapt; in TSSetFromOptions_GLLE()
/petsc/include/
H A Dpetscts.h1175 typedef struct _p_TSGLLEAdapt *TSGLLEAdapt; typedef
1192 PETSC_EXTERN PetscErrorCode TSGLLEAdaptRegister(const char[], PetscErrorCode (*)(TSGLLEAdapt));
1195 PETSC_EXTERN PetscErrorCode TSGLLEAdaptCreate(MPI_Comm, TSGLLEAdapt *);
1196 PETSC_EXTERN PetscErrorCode TSGLLEAdaptSetType(TSGLLEAdapt, TSGLLEAdaptType);
1197 PETSC_EXTERN PetscErrorCode TSGLLEAdaptSetOptionsPrefix(TSGLLEAdapt, const char[]);
1198 PETSC_EXTERN PetscErrorCode TSGLLEAdaptChoose(TSGLLEAdapt, PetscInt, const PetscInt[], const PetscR…
1199 PETSC_EXTERN PetscErrorCode TSGLLEAdaptView(TSGLLEAdapt, PetscViewer);
1200 PETSC_EXTERN PetscErrorCode TSGLLEAdaptSetFromOptions(TSGLLEAdapt, PetscOptionItems);
1201 PETSC_EXTERN PetscErrorCode TSGLLEAdaptDestroy(TSGLLEAdapt *);
1251 PETSC_EXTERN PetscErrorCode TSGLLEGetAdapt(TS, TSGLLEAdapt *);
/petsc/src/ts/tests/
H A Dex11.c11 static PetscErrorCode TSGLLEAdaptCreate_Dummy(TSGLLEAdapt ts) in TSGLLEAdaptCreate_Dummy()