-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit 5659043 Author: joaquin.f.fernandez <joaquin.f.fernandez@gmail.com> Date: Mon Sep 4 11:55:26 2023 -0300 Updated compiler system tests. commit d64dc80 Author: joaquin.f.fernandez <joaquin.f.fernandez@gmail.com> Date: Mon Sep 4 11:55:04 2023 -0300 Updated engine system tests. commit b6599e4 Author: joaquin.f.fernandez <joaquin.f.fernandez@gmail.com> Date: Mon Sep 4 11:40:03 2023 -0300 Update TD QSS data field to IT.
- Loading branch information
1 parent
279ade7
commit 784884d
Showing
16 changed files
with
679 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
model test_input | ||
|
||
Real y; | ||
|
||
equation | ||
der(y) = cos(time); | ||
annotation( | ||
experiment( | ||
MMO_Description="", | ||
MMO_Solver=QSS3, | ||
MMO_SymDiff=false, | ||
MMO_PartitionMethod=Metis, | ||
MMO_Output={y}, | ||
Jacobian=Dense, | ||
MMO_BDF_PDepth=1, | ||
MMO_BDF_Max_Step=0, | ||
StartTime=0.0, | ||
StopTime=100, | ||
Tolerance={1e-3}, | ||
AbsTolerance={1e-6} | ||
)); | ||
end test_input; |
Oops, something went wrong.