Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #2028
Ticket #2028
: TestInitial.mos
File TestInitial.mos,
259 bytes
(added by
Christian Schubert
,
12 years ago
)
Line
1
loadString("
2
model TestInitial
3
discrete Real T[3,3];
4
initial equation
5
pre(T) = identity(3);
6
equation
7
when sample(1e-8, 1) then
8
T = time*identity(3);
9
end when;
10
end TestInitial;
11
"); getErrorString();
12
13
simulate(TestInitial); getErrorString();
Download in other formats:
Original Format