On Monday, February 13, 2017 at 3:52:23 PM UTC+1, Bruno Turcksin wrote:
>
> 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. 
>
>

Because I can imagine that having several BCs with some magic char there is 
simply a recipe for disaster :)

Just think about this example:

  set dirichlet = x^2+y^2 : if(x < 0, 1, 3) : 0; 0 : 0 : 0

 Since I am working with people not well versed in programming, that is 
quite a concern to me.

Cheers!

-- 
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.

Reply via email to