comparison +scheme/Elastic2dVariable.m @ 734:eebe24a636c7 feature/poroelastic

Make Elastic2dVariable.size account for components.
author Martin Almquist <malmquist@stanford.edu>
date Wed, 25 Apr 2018 14:46:24 -0700
parents 9f28cf266f86
children aa4ef495f1fd
comparison
equal deleted inserted replaced
733:a55d3c1e1f83 734:eebe24a636c7
507 end 507 end
508 508
509 end 509 end
510 510
511 function N = size(obj) 511 function N = size(obj)
512 N = prod(obj.m); 512 N = obj.dim*prod(obj.m);
513 end 513 end
514 end 514 end
515 end 515 end