Download pas_sauv.notice

Back to the list

Display this manual page in
$$$$ PAS_SAUV NOTICE  CHAT      11/09/12    21:17:34     7124           
                                             DATE     11/09/12


    Procedure PAS_SAUV                       Voir aussi : PASAPAS
    ------------------    

 This procedure is called on by the PASAPAS procedure (via DSP_RESU).
 This procedure rgister in the result's TABLE what is to be stored.
 
 This procedure can be overlapped if you want to change contents of 
 results (mainly to shorten the SAUV's file).
 
 Example 1 : One wants to store stresses only over a part of the 
 structure represented by the MODELE's object named MONMOD. Then you 
 must change the following line :
 PRECED.'CONTRAINTES'.NSOR =  TT.'SIGF';  
 by : 
 MESSIG= TT.'SIGF' REDU  MONMOD;
 PRECED.'CONTRAINTES'.NSOR= MESSIG;
 The object MONMOD can be pased to the tpocedure by the following mean :
 
 Before invoking PASAPAS do :
 TA= TABLE ; TA.'MON_MOD' = MONMOD;
 .
 .
 .
 TAB.'MES_SAUVEGARDES' = TA;
 PASAPAS TAB;
 
 as TAB.'MES_SAUVEGARDES' is named TABSAUV in the PAS_SAUV procedure do : 

  MESSIG= TT.'SIGF' REDU  TABSAUV.'MON_MOD';
  PRECED.'CONTRAINTES'.NSOR= MESSIG;
 
 
 Example 2 : one does not want to store reactions from supports or contacts
then just put an asterisque at the beginning of the line : 

 PRECED.'REACTIONS'.NSOR =  TT.'REAC';   
$$$$

 
 

© Cast3M 2003 - All rights reserved.
Disclaimer