File: bmeld_example.ode

package info (click to toggle)
model-builder 0.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,056 kB
  • ctags: 621
  • sloc: python: 3,917; fortran: 690; makefile: 18; sh: 11
file content (32 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" ?>
<!--Model Builder 0.2.6 - model definition file-->
<body>
	<modelname>
		bmeld_example.ode
	</modelname>
	<equation number="0">
		sin(t)*y[2]
	</equation>
	<equation number="1">
		cos(p[0]*(t+1))*y[0]
	</equation>
	<equation number="2">
		exp(-t)*y[1]
	</equation>
	<parameter number="0">
		2
	</parameter>
	<end>
		10.0
	</end>
	<step>
		0.1
	</step>
	<start>
		0.0
	</start>
	<init>
		1 2 3
	</init>
	<trange></trange>
</body>