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

Search Results

Register Blogs Members List Search Today's Posts Mark Forums Read

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: ooo
Forum: OpenFOAM Programming & Development May 21, 2014, 07:12
Replies: 9
Views: 4,007
Posted By ooo
and these are some sample outputs : ...

and these are some sample outputs :

forAll(mesh.cells(),cellI) {

//before the try to remove duplications:
Info << tmpCellCells[cellI] -> 41 ( 500 800 500 600 300 ....)

//After using...
Forum: OpenFOAM Programming & Development May 21, 2014, 07:04
Replies: 9
Views: 4,007
Posted By ooo
sure : List<DynamicList<label>>...

sure :

List<DynamicList<label>> tmpCellCells(mesh.cells().size());
List<DynamicList<label>> cellCells(mesh.cells().size());
forAll(mesh.cells(),cellI)
{
labelList layer1 =...
Forum: OpenFOAM Programming & Development May 20, 2014, 21:13
Replies: 9
Views: 4,007
Posted By ooo
Dear Tomislav, I have a labelListList,...

Dear Tomislav,

I have a labelListList, contains some duplicated value like this :
Info<< tmpMyLists[cellI]; -> 7 (44 44 55 66 77 88 99).
to remove the extra '44' when i use this :...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 14:44.