[petsc-dev] TSBEULER and TSCN

Jed Brown jedbrown at mcs.anl.gov
Sat Jul 2 16:39:03 CDT 2011


In refactoring TS, I want these implementations to go away (they are special
cases of TSTHETA and it's easy for TSTHETA to be as efficient for the
special case). The question is whether the names should be preserved, with
implementations that look like

TSCreate_BEuler(TS ts) {
TSSetType(ts,TSTHETA);
TSThetaSetTheta(ts,1.0);
}

or just have users set this themselves. Thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110702/b63a9aab/attachment.html>


More information about the petsc-dev mailing list