On Tue, 31 Mar 2015, grandrabbit wrote:

> As I can undertand now, the usage of ParsedFunction is conditional,

Yes.

> depending on if the boundary condition will be applied on a single variable or
> a variable group.

Not quite.  It depends on what the index is of the variable you want
to apply it on.  If your variables are ordered "u,v,p" then you can
set u equal to "sin(x)".  If they're "p,u,v" then you'd need to set u
equal to "{0}{sin(x)}".

The variable groups can affect the efficiency of a given variable
ordering, but they shouldn't affect the component indexing.

(in current code, anyway - we may eventually add some optional
"System::reindex_variables()" command to sort variables into fewer
groups)
---
Roy

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to