Example #1
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Element_xi.new, args)
     Variable.__init__(self, variable)
Example #2
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Derivative.new, args)
     Variable.__init__(self, variable)
Example #3
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Identity.new, args)
     Variable.__init__(self, variable)
Example #4
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Composition.new, args)
     Variable.__init__(self, variable)
Example #5
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Composite.new, args);
     Variable.__init__(self, variable);
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Spheroidal_coordinates_focus.new, args);
     Variable.__init__(self, variable);
Example #7
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Coordinates.new, args);
     Variable.__init__(self, variable);
Example #8
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Coordinates.new, args)
     Variable.__init__(self, variable)
Example #9
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Finite_element.new, args)
     Variable.__init__(self, variable)
Example #10
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Finite_element.new, args);
     Variable.__init__(self, variable);
 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)
Example #13
0
 def __init__(self, *args):
     variable = apply(
         Cmiss.Variable.C.Prolate_spheroidal_to_rectangular_cartesian.new,
         args)
     Variable.__init__(self, variable)
Example #14
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Identity.new, args);
     Variable.__init__(self, variable);
Example #15
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Nodal_value.new, args)
     Variable.__init__(self, variable)
Example #16
0
 def __init__(self, *args):
     variable = apply(Cmiss.Variable.C.Element_xi.new, args);
     Variable.__init__(self, variable);