Mercurial > repos > public > sbplib
view nextColor.m @ 961:2efeedf8c34f feature/poroelastic
Make ElasticVariable2d.boundary_condition use get_boundary_operator for penalty strength.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 17 Dec 2018 21:07:59 -0800 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end