dir_ind : Dirichelt Nodes

  • Brief description : collects lists of nodes with assigned Dirichlet conditions at the dofs.
  • File type : fromatted ASCII In Fortran language, the formats for the header and a row of the bulk are '(3i10)' and '(i30)', respectively.
  • Index of the file path in ATLAS.fnames : 8
  • Parameters to be set :
NAME TYPE DESCRIPTION UM
NDIRX integer number of nodes with Dirichlet conditions on X dofs -
NDIRY integer number of nodes with Dirichlet conditions on Y dofs -
NDIRZ integer number of nodes with Dirichlet conditions on Z dofs -
IDIRX[NDIRX] integer node indeces with Dirichlet conditions on X dofs -
IDIRY[NDIRY] integer node indeces with Dirichlet conditions on Y dofs -
IDIRZ[NDIRZ] integer node indeces with Dirichlet conditions on Z dofs -
  • File structure :
NDIRX NDIRY NDIRZ
IDIRX[NDIRX]
IDIRY[NDIRY]
IDIRZ[NDIRZ]
  • Example [standard] :
      2520      2520       861
                             1
                             2
                             3
                           ...