Debugging routine to create a list of elements along a line so that the properties of these elements can be printed
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | dir(3) | |||
| real(kind=rk), | intent(in) | :: | xstart(3) | |||
| real(kind=rk), | intent(in) | :: | length | |||
| type(mus_scheme_type), | intent(in) | :: | scheme |
scheme |
||
| type(mus_geom_type), | intent(in) | :: | geometry |
geometry |
||
| type(dyn_intarray_type), | intent(inout) | :: | elemList |