Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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