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 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: olesen
Forum: OpenFOAM Programming & Development June 15, 2020, 15:32
Replies: 8
Views: 1,345
Posted By olesen
No you are correct, the .org version does not...

No you are correct, the .org version does not have bitSet, the .com version does.
Go for std::vector if that works for you, but DynamicList would be the more OpenFOAM-like equivalent for, well, a...
Forum: OpenFOAM Programming & Development June 15, 2020, 05:32
Replies: 8
Views: 1,345
Posted By olesen
Forgot to mention some other differences. The...

Forgot to mention some other differences. The DynamicList append() method has many more variants than std::vector push_back(). For example,


labelList list1 = ...;
labelList list2 = ...;

//...
Forum: OpenFOAM Programming & Development June 15, 2020, 03:45
Replies: 8
Views: 1,345
Posted By olesen
Ok with quick reply (regular reply failed) ...

Ok with quick reply (regular reply failed)



Sorry about the delay, but holidays came in between.
For the bitSet option, we need to be sure that we are speaking of the same things. There is no...
Forum: OpenFOAM Programming & Development June 15, 2020, 03:44
Replies: 8
Views: 1,345
Posted By olesen
Test reply - forum blocked?

Test reply - forum blocked?
Forum: OpenFOAM Programming & Development June 10, 2020, 16:08
Replies: 8
Views: 1,345
Posted By olesen
In the first loop, you are looping over all of...

In the first loop, you are looping over all of the cells, so 'i' is also your cell number.
In the second loop, you are looping over the cells that you previously found, so i=0 is the first one in...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -4. The time now is 19:17.