output_region_index{ }

Calling sequence

structure{ output_region_index{ } }

Properties
  • using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)

  • items: \(\mathrm{maximum\;1}\)

Functionality

Outputs last index of the regions and material region assigned to each grid point. Each region has associated number ordered from top to bottom as written in the input file. In the case of overlapping regions, the number of the last defined region is taken into account. Material region is a region which specifies a material.

Examples
structure{
    output_region_index{ }
}

Nested keywords


boxes

Calling sequence

structure{ output_region_index{ boxes } }

Properties
  • using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)

  • type: \(\mathrm{choice}\)

  • choices: yes; no

  • default: no

Functionality

For each grid point, in 1D two points are printed out to mimic abrupt discontinuities at interfaces (in 2D four points, in 3D eight points)

Example
structure{
    output_region_index{
        boxes = yes
    }
}