background image
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
Data-processing manual of Description
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A
Organization (S):
EDF/IMA/MN, CISI
Data-processing manual of Description
D4.06 booklet: Structures related to the finite elements
Document: D4.06.15
STRUCTURES OF DATA
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 a Structure of Data
RESULT
.
These criteria are checked in the routines
NMCRAR
and
NTCRAR
(and are printed on the file
MESSAGE)
.
To make forward these criteria of the routines
NMCRAR
and
NTCRAR
with the routines of storage
NMSTOC
and
NTSTOC
, one created the Structures of Data
CRITNL
for mechanical nonlinear calculation and
CRITTH
for thermal nonlinear calculation.
background image
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
Data-processing manual of Description
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A
2 Tree structure
CRITNL
(K19)
::= record
.CRTI
:
OJB
S V I
LENGTH (2)
1
=
Nb iter_glob
2
=
Nb iter_line
.CRTR
:
OJB
S V R
LENGTH (5)
1
=
resi_glob_rela
2
=
resi_glob
3
=
inco_glob_rela
4
=
eta_pilotage
5
=
inco_pilo_rela
.CRDE
:
OJB
S V K24
LENGTH (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
LENGTH (2)
1
=
Nb iter_glob
2
=
Nb iter_inte
.CRTR
:
OJB
S V R
LENGTH (3)
1
=
resi_glob_rela
2
=
crit_lagr_rela
3
=
crit_inte_rela
.CRDE
:
OJB
S V K24
LENGTH (5)
1
=
“ITER_GLOB”
2
=
“ITER_INTE”
3
=
“RESI_GLOB_RELA”
4
=
“CRIT_LAGR_RELA”
5
=
“CRIT_INTE_RELA”
background image
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
Data-processing manual of Description
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A
3
Contents of the OJB
3.1 Object
.CRTI
Vector of entireties storing the iteration counts.
3.2 Object
.CRTR
Vector of realities storing the criteria of resolutions and the residues.
3.3 Object
.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.
background image
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
Data-processing manual of Description
D4.06 booklet: Structures related to the finite elements
HI-75/98/003 - Ind A
Intentionally white left page.