3636 orientation = SVector{3,typeof(frequency)}(0.0, 0.0, 1.0),
3737 )
3838"""
39- SphericalModeTE (;
40- embedding = Medium (ε0, μ0),
41- frequency = error (" missing argument `frequency`" ),
42- amplitude = 1.0 ,
43- m = 0 ,
44- n = 1 ,
45- c = 1 ,
46- center = SVector {3,typeof(frequency)} (0.0 , 0.0 , 0.0 ),
47- orientation = SVector {3,typeof(frequency)} (0.0 , 0.0 , 1.0 ),
48- ) = SphericalModeTE (embedding, frequency, amplitude, m, n, c, center, orientation)
39+ SphericalModeTE (; embedding= Medium (ε0, μ0), frequency= error (" missing argument `frequency`" ), amplitude= 1.0 , m= 0 , n= 1 , c= 1 , center= SVector {3,typeof(frequency)} (0.0 , 0.0 , 0.0 ), orientation= SVector {3,typeof(frequency)} (0.0 , 0.0 , 1.0 )) = SphericalModeTE (
40+ embedding, frequency, amplitude, m, n, c, center, orientation
41+ )
4942
5043
5144"""
@@ -60,16 +53,9 @@ SphericalModeTE(;
6053 orientation = SVector{3,typeof(frequency)}(0.0, 0.0, 1.0),
6154 )
6255"""
63- SphericalModeTM (;
64- embedding = Medium (ε0, μ0),
65- frequency = error (" missing argument `frequency`" ),
66- amplitude = 1.0 ,
67- m = 0 ,
68- n = 1 ,
69- c = 1 ,
70- center = SVector {3,typeof(frequency)} (0.0 , 0.0 , 0.0 ),
71- orientation = SVector {3,typeof(frequency)} (0.0 , 0.0 , 1.0 ),
72- ) = SphericalModeTM (embedding, frequency, amplitude, m, n, c, center, orientation)
56+ SphericalModeTM (; embedding= Medium (ε0, μ0), frequency= error (" missing argument `frequency`" ), amplitude= 1.0 , m= 0 , n= 1 , c= 1 , center= SVector {3,typeof(frequency)} (0.0 , 0.0 , 0.0 ), orientation= SVector {3,typeof(frequency)} (0.0 , 0.0 , 1.0 )) = SphericalModeTM (
57+ embedding, frequency, amplitude, m, n, c, center, orientation
58+ )
7359
7460
7561
0 commit comments