topol_list : Topology List

  • Brief description : collects the paths to the topology files.
  • File type : unformatted ASCII
  • Index of the file path in ATLAS.fnames : 7
  • Parameters to be set :
NAME TYPE DESCRIPTION UM
N_TOP integer number of topologies -
ELE_TYPE[N_TOP] integer type index of the elements in the topology file (see 3D Elements for details) -
TOP_FILES[N_TOP] character paths to topology files -
  • File structure :
N_TOP
ELE_TYPE[1] TOP_FILES[1]
ELE_TYPE[2] TOP_FILES[2]
...
  • Example [TOP_FILES with ELE_TYPE = 1] : this example defines a single topolgy file with standard 4-noded tetrahedral elements :
1
1 './INPUT/tet4.topol'
  • Example [TOP_FILES with ELE_TYPE = 2 ] : this example defines a single topolgy file with standard 8-noded hexahedral elements :
1
2 './INPUT/hex8.topol'