Example #1
0
    def __init__(self):
        F = PosetProduct(())
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #2
0
 def __init__(self):
     F = R_dimensionless
     R = R_dimensionless
     M = SpaceProduct(())
     PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #3
0
    def __init__(self):
        F = Single("navigate")
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #4
0
    def __init__(self):
        F = R_Weight_g
        R = R_Power

        M = SpaceProduct(())
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #5
0
    def __init__(self):
        F = PosetProduct(())
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #6
0
    def __init__(self):
        F = Single("navigate")
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #7
0
 def __init__(self):
     F = R_dimensionless
     R = R_dimensionless
     M = SpaceProduct(())
     PrimitiveDP.__init__(self, F=F, R=R, M=M)
Example #8
0
    def __init__(self):
        F = R_Weight_g
        R = R_Power

        M = SpaceProduct(())
        PrimitiveDP.__init__(self, F=F, R=R, M=M)