A 3D Maxwell operator with PEC boundaries.
Field order is [Ex Ey Ez Hx Hy Hz].
|
__init__(self,
epsilon,
mu,
flux_type,
bdry_flux_type=None,
pec_tag=<class 'hedge.mesh.TAG_ALL'>,
absorb_tag=<class 'hedge.mesh.TAG_NONE'>,
incident_tag=<class 'hedge.mesh.TAG_NONE'>,
incident_bc=None,
current=None,
dimensions=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assemble_eh(self,
e=None,
h=None,
discr=None) |
source code
|
|
|
|
|
|
|
|
|
max_eigenvalue(self)
Return the largest eigenvalue of Maxwell's equations as a hyperbolic
system. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|