Mercurial > repos > public > sbplib
comparison cell2vector.m @ 202:e2fefb6f0746 feature/grids
multiblock.DiffOp: Fleshed out boundary_condition() a bit more
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 14 Jun 2016 15:45:28 +0200 |
parents | a66aefd5e6ac |
children |
comparison
equal
deleted
inserted
replaced
201:38f203f00f3a | 202:e2fefb6f0746 |
---|---|
10 for i = 1:length(cv) | 10 for i = 1:length(cv) |
11 n(i) = length(cv{i}); | 11 n(i) = length(cv{i}); |
12 v = [v; cv{i}]; | 12 v = [v; cv{i}]; |
13 end | 13 end |
14 end | 14 end |
15 | |
16 | |
17 % IS THIS ONE REALLY NEEDED? JUST USE cell2sparse? | |
18 |