Lines Matching refs:TSGLLEAdapt
9 …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()
131 PetscErrorCode TSGLLEAdaptSetOptionsPrefix(TSGLLEAdapt adapt, const char prefix[]) in TSGLLEAdaptSetOptionsPrefix()
138 PetscErrorCode TSGLLEAdaptView(TSGLLEAdapt adapt, PetscViewer viewer) in TSGLLEAdaptView()
155 PetscErrorCode TSGLLEAdaptDestroy(TSGLLEAdapt *adapt) in TSGLLEAdaptDestroy()
169 PetscErrorCode TSGLLEAdaptSetFromOptions(TSGLLEAdapt adapt, PetscOptionItems PetscOptionsObject) in TSGLLEAdaptSetFromOptions()
185 PetscErrorCode TSGLLEAdaptChoose(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[], const Pets… in TSGLLEAdaptChoose()
199 PetscErrorCode TSGLLEAdaptCreate(MPI_Comm comm, TSGLLEAdapt *inadapt) in TSGLLEAdaptCreate()
201 TSGLLEAdapt adapt; in TSGLLEAdaptCreate()
214 static PetscErrorCode TSGLLEAdaptDestroy_JustFree(TSGLLEAdapt adapt) in TSGLLEAdaptDestroy_JustFree()
226 static PetscErrorCode TSGLLEAdaptChoose_None(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[]… in TSGLLEAdaptChoose_None()
238 PetscErrorCode TSGLLEAdaptCreate_None(TSGLLEAdapt adapt) in TSGLLEAdaptCreate_None()
254 static PetscErrorCode TSGLLEAdaptChoose_Size(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[]… in TSGLLEAdaptChoose_Size()
278 PetscErrorCode TSGLLEAdaptCreate_Size(TSGLLEAdapt adapt) in TSGLLEAdaptCreate_Size()
295 static PetscErrorCode TSGLLEAdaptChoose_Both(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[]… in TSGLLEAdaptChoose_Both()
339 PetscErrorCode TSGLLEAdaptCreate_Both(TSGLLEAdapt adapt) in TSGLLEAdaptCreate_Both()