further fdfd_tools->meanas updates
This commit is contained in:
parent
f61bcf3dfa
commit
94ff3f7853
5 changed files with 23 additions and 26 deletions
|
|
@ -13,7 +13,7 @@ def curl_h(dxes: dx_lists_t = None) -> field_updater:
|
|||
"""
|
||||
Curl operator for use with the H field.
|
||||
|
||||
:param dxes: Grid parameters [dx_e, dx_h] as described in fdfd_tools.operators header
|
||||
:param dxes: Grid parameters [dx_e, dx_h] as described in meanas.types
|
||||
:return: Function for taking the discretized curl of the H-field, F(H) -> curlH
|
||||
"""
|
||||
if dxes:
|
||||
|
|
@ -42,7 +42,7 @@ def curl_e(dxes: dx_lists_t = None) -> field_updater:
|
|||
"""
|
||||
Curl operator for use with the E field.
|
||||
|
||||
:param dxes: Grid parameters [dx_e, dx_h] as described in fdfd_tools.operators header
|
||||
:param dxes: Grid parameters [dx_e, dx_h] as described in meanas.types
|
||||
:return: Function for taking the discretized curl of the E-field, F(E) -> curlE
|
||||
"""
|
||||
if dxes is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue