This file is indexed.

/usr/lib/aster/Messages/mecanonline7.py is in code-aster 11.5.0+dfsg2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# coding=utf-8
#            CONFIGURATION MANAGEMENT OF EDF VERSION
# ======================================================================
# COPYRIGHT (C) 1991 - 2012  EDF R&D                  WWW.CODE-ASTER.ORG
# THIS PROGRAM IS FREE SOFTWARE; YOU CAN REDISTRIBUTE IT AND/OR MODIFY
# IT UNDER THE TERMS OF THE GNU GENERAL PUBLIC LICENSE AS PUBLISHED BY
# THE FREE SOFTWARE FOUNDATION; EITHER VERSION 2 OF THE LICENSE, OR
# (AT YOUR OPTION) ANY LATER VERSION.
#
# THIS PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT
# WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF
# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE GNU
# GENERAL PUBLIC LICENSE FOR MORE DETAILS.
#
# YOU SHOULD HAVE RECEIVED A COPY OF THE GNU GENERAL PUBLIC LICENSE
# ALONG WITH THIS PROGRAM; IF NOT, WRITE TO EDF R&D CODE_ASTER,
#    1 AVENUE DU GENERAL DE GAULLE, 92141 CLAMART CEDEX, FRANCE.
# ======================================================================


# Attention a ne pas faire de retour à la ligne !

cata_msg = {

1 : _(u"""
  Temps CPU consommé dans ce pas de temps  : %(k1)s
"""),

2 : _(u"""    * Temps moyen par itération de Newton  : %(k1)s ( %(i1)d itérations     )"""),

3 : _(u"""    * Temps total factorisation matrice    : %(k1)s ( %(i1)d factorisations )"""),

4 : _(u"""    * Temps total intégration comportement : %(k1)s ( %(i1)d intégrations   )"""),

5 : _(u"""    * Temps total résolution K.U=F         : %(k1)s ( %(i1)d résolutions    )"""),

6 : _(u"""    * Temps autres opérations              : %(k1)s"""),

7 : _(u"""    * Temps post-traitement                : %(k1)s"""),

8 : _(u"""    * Nombre d'itérations de recherche linéaire   : %(i1)d"""),

9 : _(u"""    * Nombre d'itérations du solveur FETI         : %(i1)d"""),

10 : _(u"""    * Temps résolution contact             : %(k1)s ( %(i1)d itérations     )"""),

11 : _(u"""    * Temps appariement contact            : %(k1)s ( %(i1)d appariements   )"""),

12 : _(u"""    * Temps construction second membre     : %(k1)s"""),

13 : _(u"""    * Temps assemblage matrice             : %(k1)s"""),

20 : _(u"""    * Temps construction matrices contact  : %(k1)s ( %(i1)d constructions  )"""),

22 : _(u"""    * Temps frottement                     : %(k1)s ( %(i1)d boucles        )"""),

23 : _(u"""    * Temps contact                        : %(k1)s ( %(i1)d boucles        )"""),

24 : _(u"""    * Temps préparation données contact    : %(k1)s ( %(i1)d préparations   )"""),

25 : _(u"""    * Temps construction vecteurs contact  : %(k1)s ( %(i1)d constructions  )"""),

30 :_(u"""
  Statistiques du contact dans ce pas de temps
"""),

31 : _(u"""    * Nombre de liaisons de contact               : %(i1)d"""),

32 : _(u"""    * Nombre de liaisons de frottement adhérentes : %(i1)d"""),

}