← Back to team overview

ufl team mailing list archive

Evaluating tensor expressions

 

Is there a simple way to evaluate tensor expressions? For example, if

 a = dot(v, u)*dx

is there then a way to convert this to

 v[0]*u[0] + v[1]*u[1] + ...

?

-- 
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups