A datatype describing the global mesh information, present in all
partitions (on all processes).
It includes the mesh name, the origin and extent of the universe, meaning
the bounding cube, inside which the tree mesh was created.
Further, the lowest and highest refinement levels are stored as well as the
number of different properties, assigned to elements in the mesh.
The properties are linked to in-detail descriptive data types themselves.
Nodes of different colours represent the following:
Solid arrows point from a derived type to the parent type which it
extends. Dashed arrows point from a derived type to the other
types it contains as a components, with a label listing the name(s) of
said component(s).
Nodes of different colours represent the following:
Solid arrows point from a derived type to the parent type which it
extends. Dashed arrows point from a derived type to the other
types it contains as a components, with a label listing the name(s) of
said component(s).
declarations for each property (The bit position of the flag for the
property, the total number of elements with it, and label for its
declaration).
For a detailed description see \ref tem_property_module
character(len=pathlen),
private
::
dirname
Name of the directory, where the data for the mesh is read from.
Has to have a trailing directory separator.