Exemplo 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()
Exemplo 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)
Exemplo n.º 3
0
 def attribute_set(self, v):
     v['use_src_proj'] = False
     v['use_dst_proj'] = False
     v['coeff_type'] = 'S'
     v['integrator'] = 'MassIntegrator'
     v['test_idx'] = 0  #(index)
     self.vt_coeff.attribute_set(v)
     v = Phys.attribute_set(self, v)
     return v
Exemplo 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()
Exemplo n.º 5
0
 def __init__(self, **kwargs):
     super(Distance_DefPair, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 6
0
 def __init__(self, **kwargs):
     super(EM2D_Domain, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 7
0
 def __init__(self, **kwargs):
     super(EM2D_Bdry, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 8
0
 def __init__(self, **kwargs):
     super(EM3D_E, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 9
0
 def __init__(self, **kwargs):
     super(Coeff2D_Domain, self).__init__(**kwargs)
     Domain.__init__(self, **kwargs)
     Phys.__init__(self)
Exemplo n.º 10
0
 def __init__(self, **kwargs):
     super(EM2Da_DefPair, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 11
0
 def __init__(self, **kwargs):
     super(PhysContinuity, self).__init__(**kwargs)
     Phys.__init__(self)
     self.sel_readonly = False
     self.sel_index = []
Exemplo n.º 12
0
 def __init__(self, **kwargs):
     super(WF_DefPoint, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 13
0
 def __init__(self, **kwargs):
     super(DoFProjection, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 14
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)
Exemplo n.º 15
0
 def __init__(self, **kwargs):
     super(WF_PeriodicCommon, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 16
0
 def attribute_set(self, v):
     Bdry.attribute_set(self, v)
     Phys.attribute_set(self, v)
     v['sel_readonly'] = False
     v['sel_index'] = []
     return v
Exemplo n.º 17
0
 def __init__(self, **kwargs):
     super(EM2Da, self).__init__()
     Phys.__init__(self)
     self['Domain'] = EM2Da_DefDomain()
     self['Boundary'] = EM2Da_DefBdry()
     self['Pair'] = EM2Da_DefPair()
Exemplo n.º 18
0
 def __init__(self, **kwargs):
     super(Coeff2D_DefBdry, self).__init__(**kwargs)
     Phys.__init__(self)
Exemplo n.º 19
0
 def __init__(self, **kwargs):
     super(Coeff2D_Point, self).__init__(**kwargs)
     Point.__init__(self, **kwargs)
     Phys.__init__(self)