Code_Aster ®
Version
4.0
Titrate:
Structurse de Données CRITNL and CRITTH
Date:
19/03/98
Author (S):
J. PELLET, L. VIVAN
Key:
D4.06.15-A
Page:
1/4
Organization (S): EDF/IMA/MN, CISI
Data-processing handbook of Descriptif
D4.06 booklet: Structures related to the finite elements
Document: D4.06.15
STRUCTURES OF DONNEES CRITNL and CRITTH
1 General information
One wants to store the criteria of resolution, the residues and the iteration counts of a calculation
(requiring iterations) in Structure de Données RESULTAT.
These criteria are checked in routines NMCRAR and NTCRAR (and are printed on the file
MESSAGE).
To make forward these criteria of routines NMCRAR and NTCRAR with the routines of storage NMSTOC and
NTSTOC, one created Structures de Données CRITNL for mechanical nonlinear calculation and
CRITTH for thermal nonlinear calculation.
Handbook of Descriptif Informatique
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A

Code_Aster ®
Version
4.0
Titrate:
Structurse de Données CRITNL and CRITTH
Date:
19/03/98
Author (S):
J. PELLET, L. VIVAN
Key:
D4.06.15-A
Page:
2/4
2 Tree structure
CRITNL
(K19)
::= record
.CRTI
:
OJB
S V I
LONG (2)
1
=
Nb iter_glob
2
=
Nb iter_line
.CRTR
:
OJB
S V R
LONG (5)
1
=
resi_glob_rela
2
=
resi_glob
3
=
inco_glob_rela
4
=
eta_pilotage
5
=
inco_pilo_rela
.CRDE
:
OJB
S V K24
LONG (7)
1
=
“ITER_GLOB”
2
=
“ITER_LINE”
3
=
“RESI_GLOB_RELA”
4
=
“RESI_GLOB”
5
=
“INCO_GLOB_RELA”
6
=
“ETA_PILOTAGE”
7
=
“INCO_PILO_RELA”
CRITTH
(K19)
::= record
.CRTI
:
OJB
S V I
LONG (2)
1
=
Nb iter_glob
2
=
Nb iter_inte
.CRTR
:
OJB
S V R
LONG (3)
1
=
resi_glob_rela
2
=
crit_lagr_rela
3
=
crit_inte_rela
.CRDE
:
OJB
S V K24
LONG (5)
1
=
“ITER_GLOB”
2
=
“ITER_INTE”
3
=
“RESI_GLOB_RELA”
4
=
“CRIT_LAGR_RELA”
5
=
“CRIT_INTE_RELA”
Handbook of Descriptif Informatique
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A

Code_Aster ®
Version
4.0
Titrate:
Structurse de Données CRITNL and CRITTH
Date:
19/03/98
Author (S):
J. PELLET, L. VIVAN
Key:
D4.06.15-A
Page:
3/4
3
Contents of the OJB
3.1 Object
.CRTI
Vector of entireties storing the iteration counts.
3.2 Objet.CRTR
Vector of realities storing the criteria of resolutions and the residues.
3.3 Objet.CRDE
Vector of K24 describing stored values daN sles objects .CRTI and .CRTR.
The first parameters describe the values of the whole type.
The following describes the values of the real type.
Handbook of Descriptif Informatique
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A

Code_Aster ®
Version
4.0
Titrate:
Structurse de Données CRITNL and CRITTH
Date:
19/03/98
Author (S):
J. PELLET, L. VIVAN
Key:
D4.06.15-A
Page:
4/4
Intentionally white left page.
Handbook of Descriptif Informatique
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A