Mercurial > repos > public > sbplib
annotate printSize.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 | 643bc513b8b8 |
children |
rev | line source |
---|---|
0 | 1 function printSize(A) |
85
643bc513b8b8
Wave2DCurve: Fixed error in tau. Also made random guess at fixing theory from paper.
Jonatan Werpers <jonatan@werpers.com>
parents:
40
diff
changeset
|
2 result = size(A); |
643bc513b8b8
Wave2DCurve: Fixed error in tau. Also made random guess at fixing theory from paper.
Jonatan Werpers <jonatan@werpers.com>
parents:
40
diff
changeset
|
3 fprintf('size(%s) => %s\n', inputname(1), toString(result)); |
0 | 4 end |