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
Merge commit 'b453692af7dadf1db40358c02cfa86d182db5d2'
[wrf-fire-matlab.git]
/
femwind
/
femwind_bench_test.m
blob
23ab8540d45791cfbc32161f884b2e21e4c70d4f
1
function p=femwind_bench_test
2
disp(' convergence speed test')
3
p=femwind_main
4
p.graphics=0;
5
p.sc_all = [1 2];
6
p.sc2_all = [2 4 8 16 32];
7
p.save_files=3;
8
p.save_file_prefix='bench';
9
p=femwind_main(p);
10
end
11