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 branch 'fixf'
[wrf-fire-matlab.git]
/
quicwind
/
mlap3z_test.m
blob
0b35c08c2a5905b6cf394a5ba3d5b7fcb5ed2d22
1
function err=mlap3z_test
2
disp('mlap3z_test')
3
disp('testing mlap3z = div3 grad3z')
4
n=[5,4,10];
5
f=randn(n);
6
h=rand(1,3);
7
err=big(mlap3z(f,h)+div3(grad3z(f,h),h))