output_material_index{ }

Calling sequence

structure{ output_material_index{ } }

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

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

Functionality

Outputs material index at each grid point. Each material has associated index assigned based on the order of materials defined in the database file used for the simulation. The material on top of the file has the index 1 assigned.

Examples
structure{
    output_material_index{ }
}

Nested keywords


boxes

Calling sequence

structure{ output_material_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_material_index{
        boxes = yes
    }
}