This routine converts sdr_spacer_type to spacerInterwoven_type for as each filament and add it to the growing array of spacerInterwoven_type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grw_spacerinterwovenarray_type), | intent(inout) | :: | sprInterwovenArray | growing array of spacers |
||
type(grw_spatialobjarray_type), | intent(inout) | :: | spaObjArray | growing array of geometrical objects. |
||
integer, | intent(in) | :: | attr_pos | Position of the attribute to connect this object to. |
||
type(spacer_filament_type), | intent(in) | :: | filament_cur | |||
type(spacer_filament_type), | intent(in) | :: | filament_adj | |||
integer, | intent(in) | :: | shiftSin | |||
real(kind=rk), | intent(in) | :: | h_normal(3) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nrs | ||||
type(sdr_spacerInterwoven_type), | private | :: | loc_spacerInterwoven | ||||
type(sdr_spatialObj_type), | private | :: | spatialObj |