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
right now user can supply array-like object for one of the dl in the grid_size tuples. This specifies the grid sizes of each of the cells. There are a few subtleties:
need to check whether supplied array covers entire simulation size in that dimension.
need to check whether ratio of adjacent dl criteria is satisfied
where is dl array centered? not straightforward.
Need to convert this to coords specifying bounds of each yee cell
Eventually need to come up with better way to define non uniform mesh, or routine for generating it. Perhaps by introducing dl_in_material or similar parameter, or making plugin that can generate a Grid object that we introduce.
The text was updated successfully, but these errors were encountered:
right now user can supply array-like object for one of the dl in the grid_size tuples. This specifies the grid sizes of each of the cells. There are a few subtleties:
coords
specifying bounds of each yee cellEventually need to come up with better way to define non uniform mesh, or routine for generating it. Perhaps by introducing
dl_in_material
or similar parameter, or making plugin that can generate aGrid
object that we introduce.The text was updated successfully, but these errors were encountered: