Rename leap.ab -> leap.multistep, leap.rk -> leap.multistage
Rename leap.ab
-> leap.multistep
, leap.rk -> leap.multistage
What prompts me to suggest this is that as soon as our multi-rate code learns to spit out imex methods (which wouldn't be hard now), ab
is a misnomer. (Because implicit multi-step methods are called Adams-Moulton.) Plus, ab
isn't really all that self-explanatory.
Thoughts?