out.DistIntCoord : IE Subgrid Node Coordinates

  • Brief description : collects the node coordinates of the computational subgrids connnected to the Interface Elements.
  • 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 : 26
  • Example [ASCII] :
NUMBER OF MPI RANKS :         2
----------------------------------------------------------------------
RANK            :         1
NUMBER OF NODES :      2150
----------------------------------------------------------------------
      NODE             COORD-X             COORD-Y             COORD-Z
         1  0.250000000000E+03  0.275000000000E+04 -0.955000000000E+03
         2  0.250000000000E+03  0.250000000000E+04 -0.955000000000E+03
         3  0.250000000000E+03  0.225000000000E+04 -0.955000000000E+03
       ...
      2148  0.525000000000E+04  0.275000000000E+04 -0.104500000000E+04
      2149  0.525000000000E+04  0.250000000000E+04 -0.104500000000E+04
      2150  0.525000000000E+04  0.225000000000E+04 -0.104500000000E+04
----------------------------------------------------------------------
RANK            :         2
NUMBER OF NODES :      1520
----------------------------------------------------------------------
      NODE             COORD-X             COORD-Y             COORD-Z
         1  0.475000000000E+04  0.275000000000E+04 -0.955000000000E+03
         2  0.475000000000E+04  0.250000000000E+04 -0.955000000000E+03
         3  0.475000000000E+04  0.225000000000E+04 -0.955000000000E+03
       ...