Esempio n. 1
0
 def __init__(self, **kwargs):
     super(Coeff2D, self).__init__()
     Phys.__init__(self)
     self['Domain'] = Coeff2D_DefDomain()
     self['Boundary'] = Coeff2D_DefBdry()
     self['Point'] = Coeff2D_DefPoint()
     self['Pair'] = Coeff2D_DefPair()
Esempio n. 2
0
 def __init__(self,
              mode='TE',
              mn='0,1',
              inc_amp='1',
              inc_phase='0',
              port_idx=1):
     super(EM3D_Port, self).__init__(mode=mode,
                                     mn=mn,
                                     inc_amp=inc_amp,
                                     inc_phase=inc_phase,
                                     port_idx=port_idx)
     Phys.__init__(self)
Esempio n. 3
0
 def __init__(self, **kwargs):
     super(WF_PeriodicCommon, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 4
0
 def __init__(self, **kwargs):
     super(Distance, self).__init__()
     Phys.__init__(self)
     #self['Domain'] = Distance_DefDomain()
     self['Boundary'] = Distance_DefBdry()
     self['Point'] = Distance_DefPoint()
Esempio n. 5
0
 def __init__(self, **kwargs):
     super(Distance_DefPair, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 6
0
 def __init__(self, **kwargs):
     super(EM2D_Domain, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 7
0
 def __init__(self, **kwargs):
     super(EM2D_Bdry, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 8
0
 def __init__(self, **kwargs):
     super(EM3D_E, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 9
0
 def __init__(self, **kwargs):
     super(Coeff2D_Domain, self).__init__(**kwargs)
     Domain.__init__(self, **kwargs)
     Phys.__init__(self)
Esempio n. 10
0
 def __init__(self, **kwargs):
     super(EM2Da, self).__init__()
     Phys.__init__(self)
     self['Domain'] = EM2Da_DefDomain()
     self['Boundary'] = EM2Da_DefBdry()
     self['Pair'] = EM2Da_DefPair()
Esempio n. 11
0
 def __init__(self, **kwargs):
     super(EM2Da_DefPair, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 12
0
 def __init__(self, **kwargs):
     super(PhysContinuity, self).__init__(**kwargs)
     Phys.__init__(self)
     self.sel_readonly = False
     self.sel_index = []
Esempio n. 13
0
 def __init__(self, **kwargs):
     super(WF_DefPoint, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 14
0
 def __init__(self, **kwargs):
     super(DoFProjection, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 15
0
 def __init__(self, inc_amp='1, 0', inc_phase='0', port_idx=1):
     super(EM1D_Port, self).__init__(inc_amp=inc_amp,
                                     inc_phase=inc_phase,
                                     port_idx=port_idx)
     Phys.__init__(self)
Esempio n. 16
0
 def __init__(self, **kwargs):
     super(Coeff2D_DefBdry, self).__init__(**kwargs)
     Phys.__init__(self)
Esempio n. 17
0
 def __init__(self, **kwargs):
     super(Coeff2D_Point, self).__init__(**kwargs)
     Point.__init__(self, **kwargs)
     Phys.__init__(self)