You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**field** : It takes "e" for permittivity array, "mu" for permeability array, "sigma" for conductivity array and "Z" for impedance of the grid.
121
+
-**field** : It takes "e" for permittivity array, "mu" for permeability array, "sigma" for conductivity array, "sigma_m" for magnetic conductivity array and "Z" for impedance of the grid.
122
122
-**\*args** : Only used in 3D. It used specify axis of view. Plane and and index number can be inserted. For example "z", 10 corresponds z=10 plane in the 3D array. "x","y","z" can be inserted. Also "yz", "xz", "xy" are synonym respectively.
123
123
-**colorbar**: If is is set to **True**, colorbar is displayed.
124
124
### view_field(field="E",*args,colorbar=True)
@@ -159,57 +159,62 @@ pip install glimy
159
159
Adds a new **geo.Singular** object or tuple/list/set of them. If MassiveCluster is volatile, anything can't be added.
160
160
-**arg** : **geo.Singular** object or tuple/list/set of them.
Creates a point cloud object in 2D or 3D. It infills inside the points. It is compatible with convex hull. Draw miscallenious objects(i.e. hexagon,star, hearth) with it.
164
164
-**points** : Points that defines convex full. It is a list, tuple or array of 2D or 3D points. Coordinates indicates # of cell in the grid. Like [(1,2), (2,3), (3,4)]. I needs at least 3 points in 2D, 4 points in 3D.
165
165
-**layer** : Priority of the object. It is an integer. The less **layer** value, the more prior the object. It is useful where you want to design object are overlapping like open access cavity dielectric waveguides.
166
166
-**e** : Relative permittivity of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally, for researching Cherenkov Radiation, metamaterials etc.
167
167
-**mu** : Relative permeability of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally.
168
168
-**sigma** : Conductivity of the object. It may take float or int.
169
+
-**sigma_m** : Magnetic conductivity of the object. It may take float or int.
169
170
-**time** : It determines in which time the object is seen and dissappear. If the object is eternal, <code>time=None</code>; otherwise <code>time=(start, stop)</code>, it is a list/tuple of start and stop durations
-**A**: One of non-connected vertex of the Rectangle. It may take an integer. All units are # of grid cells.
175
176
-**B**: One of non-connected vertex of the Rectangle. It may take an integer. All units are # of grid cells.
176
177
-**layer** : Priority of the object. It is an integer and maximum can take 1000. The less **layer** value, the more prior the object. It is useful where you want to design object are overlapping like open access cavity dielectric waveguides.
177
178
-**e** : Relative permittivity of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally, for researching Cherenkov Radiation, metamaterials etc.
178
179
-**mu** : Relative permeability of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally.
179
180
-**sigma** : Conductivity of the object. It may take float or int.
181
+
-**sigma_m** : Magnetic conductivity of the object. It may take float or int.
180
182
-**time** : It determines in which time the object is seen and dissappear. If the object is eternal, <code>time=None</code>; otherwise <code>time=(start, stop)</code>, it is a list/tuple of start and stop durations
-**A** : Coordinates of center of the Circle. It may take a tuple or list. All units are # of grid cells.
185
187
-**r** : Radius of the circle. It may take an integer. All units are # of grid cells.
186
188
-**layer** : Priority of the object. It is an integer and maximum can take 1000. The less **layer** value, the more prior the object. It is useful where you want to design object are overlapping like open access cavity dielectric waveguides.
187
189
-**e** : Relative permittivity of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally, for researching Cherenkov Radiation, metamaterials etc.
188
190
-**mu** : Relative permeability of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally.
189
191
-**sigma** : Conductivity of the object. It may take float or int.
192
+
-**sigma_m** : Magnetic conductivity of the object. It may take float or int.
190
193
-**time** : It determines in which time the object is seen and dissappear. If the object is eternal, <code>time=None</code>; otherwise <code>time=(start, stop)</code>, it is a list/tuple of start and stop durations
-**A**: One of non-connected vertex of the RectPrism. It may take an integer. All units are # of grid cells.
195
198
-**B**: One of non-connected vertex of the RectPrism. It may take an integer. All units are # of grid cells.
196
199
-**layer** : Priority of the object. It is an integer and maximum can take 1000. The less **layer** value, the more prior the object. It is useful where you want to design object are overlapping like open access cavity dielectric waveguides.
197
200
-**e** : Relative permittivity of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally, for researching Cherenkov Radiation, metamaterials etc.
198
201
-**mu** : Relative permeability of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally.
199
202
-**sigma** : Conductivity of the object. It may take float or int.
203
+
-**sigma_m** : Magnetic conductivity of the object. It may take float or int.
200
204
-**time** : It determines in which time the object is seen and dissappear. If the object is eternal, <code>time=None</code>; otherwise <code>time=(start, stop)</code>, it is a list/tuple of start and stop durations
-**C** : Coordinates of center of the Sphere. It may take a tuple or list. All units are # of grid cells.
205
209
-**r** : Radius of the sphere. It may take an integer. All units are # of grid cells.
206
210
-**layer** : Priority of the object. It is an integer and maximum can take 1000. The less **layer** value, the more prior the object. It is useful where you want to design object are overlapping like open access cavity dielectric waveguides.
207
211
-**e** : Relative permittivity of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally, for researching Cherenkov Radiation, metamaterials etc.
208
212
-**mu** : Relative permeability of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally.
209
213
-**sigma** : Conductivity of the object. It may take float or int.
214
+
-**sigma_m** : Magnetic conductivity of the object. It may take float or int.
210
215
-**time** : It determines in which time the object is seen and dissappear. If the object is eternal, <code>time=None</code>; otherwise <code>time=(start, stop)</code>, it is a list/tuple of start and stop durations
Creates a cylinder in 3D. Its planes are **parallel to xy-plane**
214
219
-**C** : Coordinates of center of the Cylinder. It may take a tuple or list. All units are # of grid cells. Height signifies elongation though z axis.
215
220
-**r** : Radius of the Cylinder. It may take an integer. All units are # of grid cells.
@@ -218,4 +223,5 @@ pip install glimy
218
223
-**e** : Relative permittivity of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally, for researching Cherenkov Radiation, metamaterials etc.
219
224
-**mu** : Relative permeability of the object. It may take float ot int for isotropic materials, 3×3 array/list/tuple for anisotropic materials. It is not restricted to be less than 1 intentionally.
220
225
-**sigma** : Conductivity of the object. It may take float or int.
226
+
-**sigma_m** : Magnetic conductivity of the object. It may take float or int.
221
227
-**time** : It determines in which time the object is seen and dissappear. If the object is eternal, <code>time=None</code>; otherwise <code>time=(start, stop)</code>, it is a list/tuple of start and stop durations.
0 commit comments