Searched defs:next_sc (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ts/adapt/impls/none/ |
| H A D | adaptnone.c | 3 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 D | glleadapt.c | 185 …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 D | glle.c | 376 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 D | adaptcfl.c | 3 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 D | adaptbasic.c | 4 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 D | adaptglee.c | 8 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 D | adapthist.c | 8 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 D | adaptdsp.c | 68 static PetscErrorCode TSAdaptChoose_DSP(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, Petsc… in TSAdaptChoose_DSP()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 914 PetscErrorCode TSAdaptChoose(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, PetscReal *next_… in TSAdaptChoose()
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 354 static PetscErrorCode TSAdaptChoose_TSPseudo(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, … in TSAdaptChoose_TSPseudo()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex53.c | 2085 static PetscErrorCode TSAdaptChoose_Terzaghi(TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, … in TSAdaptChoose_Terzaghi()
|