public subroutine create_target(node_pos, proto, geometry, leVal, meshUniverse, header, temData)
Routine to create an element with subelement resolution.
This routine is used to define a target element, that is a node, that
reached its final level, but contains boundaries, that are to be resolved
on a subelement basis. For the treelmesh, this is just a normal element
with additional information attached to it. That additional information
is covered by a property.
For the actual information in the subelement resolution, the children of
the target node need to be considered.
We use a separate routine for this case, as it is ensured, that this
element never will be refined, due to adjacent boundaries. (Any such
refinement was already done during the building of the protoTree).
Also we will ignore Q-Value complications here for the identification of
boundaries. If subelement resolution is active, no Q-Values might be used
and the other way around.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.