Searched refs:CompleteStep (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.h | 47 …PetscErrorCode (*CompleteStep)(TSGLLEScheme, PetscReal, TSGLLEScheme, PetscReal, Vec *, Vec *, Vec… member
|
| H A D | glle.c | 436 gl->CompleteStep = TSGLLECompleteStep_RescaleAndModify; in TSGLLECreate_IRKS() 987 …PetscCall((*gl->CompleteStep)(scheme, h, gl->schemes[next_scheme], next_h, Ydot, gl->Xold, gl->X)); in TSSolve_GLLE() 1144 if (match1) gl->CompleteStep = TSGLLECompleteStep_Rescale; in TSSetFromOptions_GLLE() 1145 else if (match2) gl->CompleteStep = TSGLLECompleteStep_RescaleAndModify; in TSSetFromOptions_GLLE()
|