init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function [z] = intADIz(z)
|
||||
n = length(z);
|
||||
Jz = cell(1,2);
|
||||
Jz{1} = sparse( n, n);%对压力
|
||||
Jz{2} = sparse(n,n);%对饱和度
|
||||
z = ADI(z, Jz);
|
||||
Reference in New Issue
Block a user