Evaluate magnetizing field (angular-component) for Mie-Scattering of electromagnetic wave at dielectric cylinder.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_miescatter_field_type), | intent(in) | :: | me | The function to evaluate |
||
| real(kind=rk), | intent(in) | :: | coord(n,3) | barycentric Ids of an elements. 1st index goes over number of elements and 2nd index goes over x,y,z coordinates |
||
| real(kind=rk), | intent(in) | :: | time | The time to evaluate the function at. |
||
| integer, | intent(in) | :: | n | Number of points to evaluate the function for. |
return value of the function
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iPoint | ||||
| integer, | private | :: | iCoeff | ||||
| real(kind=rk), | private | :: | polar(2) | ||||
| complex(kind=rk), | private | :: | tmp |