Overview
Comment:Now generates x vector correctly
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: cba829d2bc692334b80d9c10fc173a235f43134d72266bdaf0fb6cd08fe1c3b5
User & Date: gawthrop@users.sourceforge.net on 2001-06-06 07:53:07.000
Other Links: branch diff | manifest | tags
Context
2001-06-06
07:54:38
Further fixes to make nonlinear PPP work ... check-in: 797d7864df user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:53:07
Now generates x vector correctly check-in: cba829d2bc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2001-06-04
09:05:46
Addded to CVS check-in: 65cab36419 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
40
41
42
43
44
45
46

47
48
49
50
51
52
53
54







-
+







      p = par;           # Reset parameters
      p(i) = 1;          # Set sensitivity index to 1
      [mtt_data] = ${sys}_ode2odes(x0,p,simpar);
      if (i==index(1))
	y = mtt_data(:,2:2:1+ny2);
      endif
      y_par = [y_par, mtt_data(:,3:2:2+ny2)];
      x = [];
      x = mtt_data(:,3+ny2:2+ny2+nx2);
    endfor
  endif

endfunction
EOF

}

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]