14 Jun
2016
14 Jun
'16
1 p.m.
Dear all, How can I name the components of a function in a mixed function space, so that I can then easily visualize the results based on their names? For example, say that I have V = FunctionSpace(mesh, "CG", 1) W = V*V w = Function(W) w1, w2 = split(w) output_file = File('results.pvd') output_file.write(w1, w2, time=t) I would like to give names to w1 and w2. Regards, Anna. -- Dr Anna Kalogirou Research Fellow School of Mathematics University of Leeds http://www1.maths.leeds.ac.uk/~matak/