How to calculate number of penta,hexa and quad grid quickly?
Hi,
Thanks to all of you for your valuable time and efforts putting in helping others.
I have many grid elements.It has many penta,hexa and quad grids.How can i distinguish them and calculate their numbers?
Now i use hm_getmark and hm_nodelist to identify them.However,it costs lots of time.And i don't think it is a good idea.
Could you give me a better idea?
Thank you very much!!!
Find more posts tagged with
Sort by:
1 - 4 of
41
Use hm_count
foreach {ename econf} {quad 104 penta 206 hexa 208} {
puts '#$ename = [hm_count elems all $econf 0]'
}