Download erre.notice

Back to the list

Display this manual page in
$$$$ ERRE     NOTICE  JC220346  14/01/31    21:15:06     7939           
                                             DATE     14/01/31
                                             
  Foncteur ERREUR                          Voir aussi :
    ---------------   

    ERREUR has two different functions :

    ----------------
    | 1st function |
    ----------------

    ERREUR | MOT1 ;
           |
           | N1  ( 'AVEC' (MOTERR) (|INTERR|) (|REAERR|) (|BOOERR|) ) ;
                                    |LINTER|   |LREAER|   |LBOOER| 

    Description :
    _____________

    Used as an instruction, ERREUR detects errors occurring during
    the execution of the procedure.
    
    As a result, the ERREUR subprogram is called.
    
    There are two ways of calling it :
    
    - Either with MOT1 object (MOT type), in which case the custom
      message is displayed, then the generic error 308 is raised
    
    - Either with a number N1 (ENTIER type) corresponding to a
      pre-written message in the GIBI.ERREUR file. Some of them contain
      patterns beggining with the "%" character. These patterns can be
      replaced with the suitable values given after the keyword "AVEC" :
      
      +-------+--------+----------+-----------------------------------+
      | %m,%M | MOTERR | MOT      | 40 characters max.                |
      +-------+--------+----------+-----------------------------------+
      | %i1   | INTERR | ENTIER   | %i1 only                          |
      |       | LINTER | LISTENTI | %i1, %i2, %i3... (9 items max.)   |
      +-------+--------+----------+-----------------------------------+
      | %r    | REAERR | FLOTTANT | %r1 only                          |
      |       | LREAER | LISTREEL | %r1, %r2, %r3... (9 items max.)   |
      +-------+--------+----------+-----------------------------------+
      | %b    | BOOERR | LOGIQUE  | %b1 only                          |
      |       | LBOOER | LISTMOTS | - %b1, %b2, %b3... (9 items max.) |
      |       |        |          | - 'VRAI','V','TRUE','T' for VRAI  |
      +-------+--------+----------+-----------------------------------+



    ----------------
    | 2nd function |
    ----------------
       FLOT1 CHAM2  =  ERREUR  MODL1 SIG1 MAT1 ;

      Description :
      _____________

    Used as an operator, ERREUR enables the calculation of a
 global error FLOT1 (FLOTTANT type) and an error field CHAM2
 (MCHAML type) connected with a stress calculation SIG1. MAT1
 corresponds to the field of material properties (MCHAML type),
 MODL1 corresponds to the model object (MMODEL type).


    Note :
    ________

  The ERRE operator is used for solid elements.

 
 

© Cast3M 2003 - All rights reserved.
Disclaimer