Searched hist:"1 ebf93c6b7d760d592de6ebe6cdc0debaa3caf75" (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/adapt/impls/basic/ |
| H A D | adaptbasic.c | 1ebf93c6b7d760d592de6ebe6cdc0debaa3caf75 Thu Mar 24 19:52:23 UTC 2016 Lisandro Dalcin <dalcinl@gmail.com> TSAdapt: Add and alternative API for weighted LTE evaluation
LTE evaluation based on TSEvaluateStep() makes sense as long as the method contains a lower/higher-order embedded scheme. However, for some other methods (e.g. BDF schemes), LTE evaluation is kind of more direct (based on history rather than difference of two solutions with different order). I'm adding an alternative API for TSAdapt to ask the TS subtype for the weighted LTE. For now, this API is not exposed to users, however it would make sense to do so, as TSEvaluateWLTE() would be useful for monitoring error when running with fixed time step size.
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 1ebf93c6b7d760d592de6ebe6cdc0debaa3caf75 Thu Mar 24 19:52:23 UTC 2016 Lisandro Dalcin <dalcinl@gmail.com> TSAdapt: Add and alternative API for weighted LTE evaluation
LTE evaluation based on TSEvaluateStep() makes sense as long as the method contains a lower/higher-order embedded scheme. However, for some other methods (e.g. BDF schemes), LTE evaluation is kind of more direct (based on history rather than difference of two solutions with different order). I'm adding an alternative API for TSAdapt to ask the TS subtype for the weighted LTE. For now, this API is not exposed to users, however it would make sense to do so, as TSEvaluateWLTE() would be useful for monitoring error when running with fixed time step size.
|