out.DistElem : Subgrid Elements Information

  • Brief description : collects the information (type, material and node connections) of the 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 : 21
  • Example [ASCII] :
NUMBER OF MPI RANKS :         2
--------------------------------------------------------------------------------
RANK               :         1
NUMBER OF ELEMENTS :      8411
--------------------------------------------------------------------------------
      ELEM      TYPE       MAT
         1         2         1
         2         2         1
         3         2         1
       ...
      8409         2         1
      8410         2         1
      8411         2         2
NODE CONNECTIONS
         1        22        23         2       862       883       884       863
         2        23        24         3       863       884       885       864
         3        24        25         4       864       885       886       865
       ...
      9039      9060      9061      9040      9900      9921      9922      9901
      9040      9061      9062      9041      9901      9922      9923      9902
      9041      9062      9063      9042      9902      9923      9924      9903
--------------------------------------------------------------------------------
RANK               :         2
NUMBER OF ELEMENTS :      8410
--------------------------------------------------------------------------------
      ELEM      TYPE       MAT
         1         2         1
         2         2         1
         3         2         1
      8408         2         1
      8409         2         1
      8410         2         1
NODE CONNECTIONS
      9493      9514      9515      9494       431       452       453       432
      9494      9515      9516      9495       432       453       454       433
      9495      9516      9517      9496       433       454       455       434
       ...