Exemplo n.º 1
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Element_xi.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 2
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Derivative.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 3
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Identity.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 4
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Composition.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 5
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Composite.new, args);
     Variable.__init__(self, variable);
Exemplo n.º 6
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Spheroidal_coordinates_focus.new, args);
     Variable.__init__(self, variable);
Exemplo n.º 7
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Coordinates.new, args);
     Variable.__init__(self, variable);
Exemplo n.º 8
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Coordinates.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 9
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Finite_element.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 10
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Finite_element.new, args);
     Variable.__init__(self, variable);
Exemplo n.º 11
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Spheroidal_coordinates_focus.new,
                      args)
     Variable.__init__(self, variable)
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Prolate_spheroidal_to_rectangular_cartesian.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 13
0
 def __init__(self, *args):
     variable = apply(
         Cmiss.Variable.C.Prolate_spheroidal_to_rectangular_cartesian.new,
         args)
     Variable.__init__(self, variable)
Exemplo n.º 14
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Identity.new, args);
     Variable.__init__(self, variable);
Exemplo n.º 15
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Nodal_value.new, args)
     Variable.__init__(self, variable)
Exemplo n.º 16
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Element_xi.new, args);
     Variable.__init__(self, variable);