repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
testing
[wrf-fire-matlab.git]
/
femwind
/
plot_sub.m
blob
fc59f352e9f7b0d37baa1dcfde04911f6680a9b3
1
function plot_sub(X,K,i)
2
% plot_sub(X,K,i)
3
% plot submatrix of K for element i=[i1 i2 i3] from the mesh X{1} X{2} X{3}
4
p=hexa_sub(X,K,i);
5
hexa_plot(p.X,p.X,p.S2);
6