view assertSymbolic.m @ 663:b45ec2b28cc2 feature/poroelastic

First implementation of elastic shear operator with free boundary BC.
author Martin Almquist <malmquist@stanford.edu>
date Thu, 14 Dec 2017 13:54:20 -0800
parents e32c861141aa
children
line wrap: on
line source

function assertSymbolic(s)
    assert(logical(simplify(s)));
end