Traceback (most recent call last):
File "LevelSetAdvectionSUPG.py", line 6, in <module>
v = v1(C.x, C.y, C.z)*C.i + v2(C.x, C.y, C.z)*C.j + v3(C.x, C.y, C.z)*C.z
File "/opt/moose/miniconda/lib/python2.7/site-packages/sympy/core/decorators.py", line 118, in binary_op_wrapper
return func(self, other)
File "/opt/moose/miniconda/lib/python2.7/site-packages/sympy/vector/basisdependent.py", line 19, in __add__
return self._add_func(self, other)
File "/opt/moose/miniconda/lib/python2.7/site-packages/sympy/vector/vector.py", line 399, in __new__
obj = BasisDependentAdd.__new__(cls, *args, **options)
File "/opt/moose/miniconda/lib/python2.7/site-packages/sympy/vector/basisdependent.py", line 196, in __new__
for x in arg.components:
AttributeError: 'Mul' object has no attribute 'components'