I want to apply a geometric transformation to nodes, where the 
transformation has "if-else" clauses based on subdomain id. Is there a 
way to do this by just using a node_iterator? I guess not, since I 
wouldn't have access to the subdomain ID...

Hence I guess the recommended way to do this be to:
- loop over elements
- loop over nodes of each element
- map the node if it hasn't already been encountered (where "already 
encountered node IDs" are kept in a std::set)
?

Thanks,
David



------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to