| 2ffb9264 | 01-May-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSAdapt: Refactor handling of default adapt type
* Let TS subtypes state its preference for adaptivity * Methods without embedded error estimators prefer TSADAPTNONE * If not set, use TS_EXACTFINALT
TSAdapt: Refactor handling of default adapt type
* Let TS subtypes state its preference for adaptivity * Methods without embedded error estimators prefer TSADAPTNONE * If not set, use TS_EXACTFINALTIME_MATCHSTEP when using adaptivity
* Remove command line option -ts_theta_adapt * Use `-ts_adapt_type basic` to turn on adaptivity in TSTHETA
* Remove command line option -ts_alpha_adapt * Remove routine TSAlphaUseAdapt() and TSAlpha2UseAdapt() * Use `-ts_adapt_type basic` to turn on adaptivity in TSALPHA/TSALPHA2
show more ...
|