int TSSetType(TS ts,TSType method)Collective on TS
ts | - the TS context |
method | - a known method |
Normally, it is best to use the TSSetFromOptions() command andthen set the TS type from the options database rather than by usingthis routine. Using the options database provides the user withmaximum flexibility in evaluating the many different solvers. The TSSetType() routine is provided for those situations where itis necessary to set the timestepping solver independently of thecommand line or options database. This might be the case, for example, when the choice of solver changes during the execution of theprogram, and the user's application is taking responsibility forchoosing the appropriate method. In other words, this routine isfor the advanced user.
Location: src/ts/interface/tsreg.c
Time Stepping
Table of Contents