2017-02-13 9:46 GMT-05:00 Franco Milicchio <franco.milicc...@gmail.com>: > Yes, I have thought of that but I cannot see right now how I could express > vector functions. Using a custom separator isn't really nice here... Why not? You can split the string several times using different separators:
set value = 0.5*x+y, x, y; x*y^2 You first split value in 0.5*x+y, x, y and x*y^2 and then you can split 0.5*x+y, x, y in three components. Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.