← Back to team overview

ufl team mailing list archive

tests failing

 

The test for

  estimate_max_polynomial_degree

is failing. For

        V2 = FiniteElement("CG", triangle, 2)
        VV = VectorElement("CG", triangle, 3)
        v2 = BasisFunction(V2)
        vv = BasisFunction(VV)
        print "****Degree ", estimate_max_polynomial_degree(v2*vv[0])

UFL computes a max degree of 3, when it should obviously be 5.

Anders: is this related the changes that you recently made?

Garth



Follow ups