← Back to team overview

dolfin team mailing list archive

Coefficient setting the name of Function

 

Coefficient sets the name of the Function assigned to it, I find that
counter-intuitive:

MyForm a(...);
MyForm b(...);
Function u(V);
u.rename("myname", "mylabel");
a.u = u; // u gets name from a
b.w = u; // u gets name from b

--
Martin


Follow ups