out.DistIntElem : IE Subgrid Elements Information

  • Brief description : collects the information (type, fault, material and node connections) of the Interface Elements on the computational subgrids.
  • Additional information : the file is created only if PRINT_MESH = .true.. If PRINT_ASCII = .false., each MPI rank creates its own output file.
  • File type : ASCII/Binary according to PRINT_ASCII flag.
  • Index of the file path in ATLAS.fnames : 27
  • Example [ASCII] :
NUMBER OF MPI RANKS :         2
--------------------------------------------------------------------------------
RANK          :         1
NUMBER OF IEs :       440
--------------------------------------------------------------------------------
        IE      TYPE     FAULT       MAT
         1         2         1         1
         2         2         1         1
         3         2         1         1
       ...
       438         2         1         1
       439         2         1         1
       440         2         1         1
NODE CONNECTIONS
       122       125       242       239       122       125       243       239
       239       242       394       391       239       243       395       391
       391       394       546       543       391       395       547       543
       ...
       986       990      1142      1138       987       990      1142      1139
      1138      1142      1294      1290      1139      1142      1294      1291
      1290      1294      1446      1442      1291      1294      1446      1443
--------------------------------------------------------------------------------
RANK          :         2
NUMBER OF IEs :       304
--------------------------------------------------------------------------------
        IE      TYPE     FAULT       MAT
         1         2         1         1
         2         2         1         1
         3         2         1         1
       ...
       302         2         1         1
       303         2         1         1
       304         2         1         1
NODE CONNECTIONS
        65        68       132       128        65        68       133       129
       128       132       214       210       129       133       215       211
       210       214       296       292       211       215       297       293
       ...