CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: gearboy
Forum: Fluent UDF and Scheme Programming February 23, 2011, 20:04
Replies: 3
Views: 7,854
Posted By gearboy
/* Initalize all node marks on the thread to 0 */...

/* Initalize all node marks on the thread to 0 */
begin_f_loop(f, t)
{
f_node_loop(f, t, n)
{
v=F_NODE(f,t,n);
NODE_MARK(v) = 0;
}
}
end_f_loop(f, t);
Showing results 1 to 1 of 1

 
Forum Jump

All times are GMT -4. The time now is 07:38.