| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glleadapt.c | 185 … PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_… in TSGLLEAdaptChoose() argument 192 PetscAssertPointer(next_sc, 9); in TSGLLEAdaptChoose() 195 …PetscUseTypeMethod(adapt, choose, n, orders, errors, cost, cur, h, tleft, next_sc, next_h, finish); in TSGLLEAdaptChoose() 226 … PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_… in TSGLLEAdaptChoose_None() argument 229 *next_sc = cur; in TSGLLEAdaptChoose_None() 254 … PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_… in TSGLLEAdaptChoose_Size() argument 260 *next_sc = cur; in TSGLLEAdaptChoose_Size() 295 … PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_… in TSGLLEAdaptChoose_Both() argument 319 *next_sc = current.id; in TSGLLEAdaptChoose_Both() 326 *next_sc = best.id; in TSGLLEAdaptChoose_Both()
|
| H A D | glle.c | 376 static PetscErrorCode TSGLLECompleteStep_Rescale(TSGLLEScheme sc, PetscReal h, TSGLLEScheme next_sc… in TSGLLECompleteStep_Rescale() argument 395 …CompleteStep_RescaleAndModify(TSGLLEScheme sc, PetscReal h, TSGLLEScheme next_sc, PetscReal next_h… in TSGLLECompleteStep_RescaleAndModify() argument 418 if (r < next_sc->r) { in TSGLLECompleteStep_RescaleAndModify() 419 …PetscCheck(r + 1 == next_sc->r, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Cannot accommodate jump in r gre… in TSGLLECompleteStep_RescaleAndModify() 793 PetscInt i, n, cur_p, cur, next_sc, candidates[64], orders[64]; in TSGLLEChooseNextScheme() local 814 …PetscCall(TSGLLEAdaptChoose(gl->adapt, n, orders, errors, costs, cur, h, tleft, &next_sc, next_h, … in TSGLLEChooseNextScheme() 815 *next_scheme = candidates[next_sc]; in TSGLLEChooseNextScheme()
|
| /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() argument 7 *next_sc = 0; /* Reuse the same order scheme */ in TSAdaptChoose_None()
|
| /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() argument 33 *next_sc = 0; 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() argument 15 *next_sc = 0; /* Reuse the same order scheme */ in TSAdaptChoose_Basic()
|
| /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() argument 18 *next_sc = 0; in TSAdaptChoose_History()
|
| /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() argument 17 *next_sc = 0; /* Reuse the same order scheme */ in TSAdaptChoose_GLEE()
|
| /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() argument 925 if (next_sc) PetscAssertPointer(next_sc, 4); in TSAdaptChoose() 928 if (next_sc) *next_sc = 0; in TSAdaptChoose() 956 if (next_sc) *next_sc = scheme; in TSAdaptChoose()
|
| /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() argument 79 *next_sc = 0; /* Reuse the same order scheme */ in TSAdaptChoose_DSP()
|
| /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() argument 363 *next_sc = 0; 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() argument 2112 *next_sc = 0; /* Reuse the same order scheme */ in TSAdaptChoose_Terzaghi()
|