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