Home
last modified time | relevance | path

Searched defs:next_sc (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ts/adapt/impls/none/
H A Dadaptnone.c3 static PetscErrorCode TSAdaptChoose_None(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, Pets… in TSAdaptChoose_None()
/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c185 …const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *… in TSGLLEAdaptChoose()
226 …const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *… in TSGLLEAdaptChoose_None()
254 …const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *… in TSGLLEAdaptChoose_Size()
295 …const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *… in TSGLLEAdaptChoose_Both()
H A Dglle.c376 static PetscErrorCode TSGLLECompleteStep_Rescale(TSGLLEScheme sc, PetscReal h, TSGLLEScheme next_sc in TSGLLECompleteStep_Rescale()
395 …TSGLLECompleteStep_RescaleAndModify(TSGLLEScheme sc, PetscReal h, TSGLLEScheme next_sc, PetscReal … in TSGLLECompleteStep_RescaleAndModify()
793 PetscInt i, n, cur_p, cur, next_sc, candidates[64], orders[64]; in TSGLLEChooseNextScheme() local
/petsc/src/ts/adapt/impls/cfl/
H A Dadaptcfl.c3 static PetscErrorCode TSAdaptChoose_CFL(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, Petsc… in TSAdaptChoose_CFL()
/petsc/src/ts/adapt/impls/basic/
H A Dadaptbasic.c4 static PetscErrorCode TSAdaptChoose_Basic(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, Pet… in TSAdaptChoose_Basic()
/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c8 static PetscErrorCode TSAdaptChoose_GLEE(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, Pets… in TSAdaptChoose_GLEE()
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c8 static PetscErrorCode TSAdaptChoose_History(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, P… in TSAdaptChoose_History()
/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c68 static PetscErrorCode TSAdaptChoose_DSP(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, Petsc… in TSAdaptChoose_DSP()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c914 PetscErrorCode TSAdaptChoose(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, PetscReal *next_… in TSAdaptChoose()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c354 static PetscErrorCode TSAdaptChoose_TSPseudo(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, … in TSAdaptChoose_TSPseudo()
/petsc/src/ts/tutorials/
H A Dex53.c2085 static PetscErrorCode TSAdaptChoose_Terzaghi(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, … in TSAdaptChoose_Terzaghi()