Lines Matching defs:adapt
118 PetscErrorCode TSGLLEAdaptSetType(TSGLLEAdapt adapt, TSGLLEAdaptType type) 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()
201 TSGLLEAdapt adapt; in TSGLLEAdaptCreate() local
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()