Home
last modified time | relevance | path

Searched defs:wlte (Results 1 – 14 of 14) sorted by relevance

/petsc/src/ts/adapt/impls/none/
H A Dadaptnone.c3 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_None()
/petsc/src/ts/adapt/impls/cfl/
H A Dadaptcfl.c3 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_CFL()
/petsc/src/ts/adapt/impls/basic/
H A Dadaptbasic.c4 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_Basic()
/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c8 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_GLEE()
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c8 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_History()
/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c68 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_DSP()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c918 PetscReal wlte = -1.0; in TSAdaptChoose() local
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c235 …ic PetscErrorCode TSEvaluateWLTE_Alpha(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlte) in TSEvaluateWLTE_Alpha()
H A Dalpha2.c295 …ic PetscErrorCode TSEvaluateWLTE_Alpha(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlte) in TSEvaluateWLTE_Alpha()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c354 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_TSPseudo()
/petsc/src/ts/impls/bdf/
H A Dbdf.c314 …atic PetscErrorCode TSEvaluateWLTE_BDF(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlte) in TSEvaluateWLTE_BDF()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c687 …ic PetscErrorCode TSEvaluateWLTE_Theta(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlte) in TSEvaluateWLTE_Theta()
/petsc/src/ts/interface/
H A Dts.c3567 PetscErrorCode TSEvaluateWLTE(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlte) in TSEvaluateWLTE()
/petsc/src/ts/tutorials/
H A Dex53.c2085 …etscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *w… in TSAdaptChoose_Terzaghi()