Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
DEtools[rifread] - load intermediate computation as saved using the 'store' options of rifsimp
Calling Sequence
rifread(filename)
Parameters
filename
-
(optional) name of the file containing the partial rifsimp computation.
Description
The rifread command loads a partial rifsimp computation that was run using the store or storeall options (see rifsimp[adv_options]).
The storage options are most useful for large or complex computations, where the resources required to complete the computation may exceed the capability of the machine. The state of the system at the last iteration (using store), or at all previous iterations and/or cases (using storeall), can be retrieved using this command.
When called with no arguments, the file "RifStorage.m" is used. This is the default file name for use with the store option of rifsimp. If a file name was specified for the rifsimp run, or if the storeall option was used (storing all iterations and/or cases in separate files), the file name must be included in the rifread command.
Please note that the system obtained using rifread is not in final form and may have redundant equations or unresolved integrability conditions.
Examples
Consider the following system, run with rifsimp.
Partial results can be obtained using rifread, even if the full computation did not succeed (notice the presence of the redundant equation ).
Note that the results obtained above were stored in the file "RifStorage.m".
The same example can have results stored under a different name. Here the temp results are stored in "tmpstore.m":
It is also possible to store the results at the end of each iteration and for each separate case using storeall. Increasing the infolevel will display the file name as each partial calculation is saved.
If infolevel is set to a greater integer (possible settings are 1 through 5), more detailed information about the computation method is displayed.
Storing current system in RifStorage_1_1.mStoring current system in RifStorage_1_2.m Storing current system in RifStorage_1_3.m Storing current system in RifStorage_1_4.m Storing current system in RifStorage_1_5.m Storing current system in RifStorage_1_6.m Storing current system in RifStorage_1_7.m Storing current system in RifStorage_1_8.m Storing current system in RifStorage_1_9.m Storing current system in RifStorage_1_10.m Storing current system in RifStorage_1_11.m Storing current system in RifStorage_1_12.m Storing current system in RifStorage_1_13.m Storing current system in RifStorage_1_14.m Storing current system in RifStorage_2_13.m Storing current system in RifStorage_2_14.m Storing current system in RifStorage_2_15.m Storing current system in RifStorage_3_14.m Storing current system in RifStorage_3_15.m Storing current system in RifStorage_3_16.m Storing current system in RifStorage_4_15.m
A description of the meaning of each entry appearing in the output tables can be found on the rifsimp[output] page.
See Also
infolevel, rifsimp, rifsimp[adv_options], rifsimp[options], rifsimp[output], rifsimp[overview]
Download Help Document