Mercurial > repos > public > sbplib
view nextColor.m @ 1015:9b7fcd5e4480 feature/advectionRV
Debug ResidualViscosity
- Pass exact time derivative to RungeKuttaExteriorRV and use that for evaluating the residual
- Start bootstrapping from later time level with higher order bdf
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 06 Dec 2018 17:03:22 +0100 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end