1. Call tree for the main routines of IMPR_RESU#

_images/100000000000074000000482E0855360058837A4.png

1.1. Description of the routines in the call tree#

OP0039 .f

Main program associated with the IMPR_RESU command. It is in this routine that all the operands of the IMPR_RESU command are read.

IRECRI .f

Writing a quantity field or a result concept. This routine can be called by other routines for printing an Aster concept. It is in a way a “hat” routine for printing Aster results, devoid of any adherence to the IMPR_RESU command (no calls to supervisor routines). It is in this routine that we find loops on the order numbers of a result concept and on the list of symbolic names.

IRCH19 .f

Routine for printing a cham_noou a cham_elem.

IRCHML .f

Printing a cham_elem with real or complex components in RESULTAT, IDEAS format.

IRDEPL .f

Printing a fiel_no with real or complex components in RESULTAT, IDEAS format.

IRCNRL .f

Printing a field with real values in RESULTAT format (on listing). This routine also allows the search and printing of the minimum value and the maximum value of the field at the nodes. These treatments can be performed on the entire field or only on values belonging to an interval defined by the user.

IRCRRL .f

Printing a field_no with constant representation and real values in RESULTAT format. Finding and printing minimum and maximum values. Treatment carried out over the entire field or only over an interval defined by the user.

IRCNC8 .f

Printing a field_no with complex values in RESULTAT format. Finding and printing minimum and maximum values. Treatment carried out over the entire field or only over an interval defined by the user.

IRDESR .f

Printing a field_no with real values in the format of the universal file IDEAS (dataset55, see description of the structure of the universal file IDEAS [§3]).

IRDRSR .f

Printing a field_no with constant representation and real values in the format of the universal file IDEAS (dataset55, see description of the structure of the universal file IDEAS [§3]).

IRDESC .f

Printing a field_no with complex values in the format of the universal file IDEAS (dataset55, see description of the structure of the universal file IDEAS [§3]).

IRCERL .f

Printing a cham_elem at nodes or Gauss points and with real values in RESULTAT format. Finding and printing minimum and maximum values. Treatment carried out over the entire field or only over an interval defined by the user.

IRCECL .f

Printing a cham_elem at nodes or Gauss points and with complex values in RESULTAT format. Finding and printing minimum and maximum values. Treatment carried out over the entire field or only over an interval defined by the user.

IRCERS .f

Printing a cham_elem at nodes or Gauss points and with real values in the format of the universal file IDEAS (datasets 56 and 57, see description of the structure of the universal file IDEAS). Note: Cham_elem at Gauss points are written as constant fields per element, averaging over Gauss points).

IRCECS .f

Printing a cham_elem at nodes or Gauss points and with complex values in the format of the universal file IDEAS (datasets 56 and 57, see description of the structure of the universal file IDEAS). Note: Cham_elem at Gauss points are written as constant fields per element, averaging over Gauss points).

IRMARE .f

Printing the mesh in Aster format (can be re-read by the LIRE_MAILLAGE command).

IRMASU .f

Printing the mesh in universal file format IDEAS (datasets 15 (single-precision node coordinates), 781 (double-precision node coordinates), 71 or 780 (mesh connectivities) and 752 (mesh or mesh groups), and 752 (groups of nodes or meshes), see description of the universal file IDEAS).

1.2. Other routines#