#include "petscts.h" PetscErrorCode TSGLLESetType(TS ts,TSGLLEType type)Collective on TS
ts | - the TS context | |
type | - a method |
Normally, it is best to use the TSSetFromOptions() command and then set the TSGLLE type from the options database rather than by using this routine. Using the options database provides the user with maximum flexibility in evaluating the many different solvers. The TSGLLESetType() routine is provided for those situations where it is necessary to set the timestepping solver independently of the command line or options database. This might be the case, for example, when the choice of solver changes during the execution of the program, and the user's application is taking responsibility for choosing the appropriate method.