- 02 Jun, 2010 1 commit
-
-
Mark Olesen authored
-
- 26 May, 2010 3 commits
- 21 May, 2010 1 commit
-
-
mattijs authored
Both sides need to use the same tag so it is now calculated as nProcs*(max(myProcNo,neighProcNo) + min(myProcNo,neighProcNo) which is - commutative - does not interfere with normal message tag 1
-
- 20 May, 2010 1 commit
-
-
Mark Olesen authored
-
- 19 May, 2010 1 commit
-
-
mattijs authored
-
- 17 May, 2010 1 commit
-
-
mattijs authored
-
- 03 May, 2010 1 commit
-
-
mattijs authored
-
- 30 Apr, 2010 1 commit
-
-
mattijs authored
These are quite often the same (since just oppositely oriented patches). So now comparing mesh points instead.
-
- 29 Apr, 2010 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces before: const label zoneI = mesh.cellZones().findZoneID(zoneName); const cellZone& cz = mesh.cellZones()[zoneI]; after: const cellZone& cz = mesh.cellZones()[zoneName];
-
- 23 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 20 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 16 Apr, 2010 2 commits
- 14 Apr, 2010 1 commit
-
-
mattijs authored
-
- 13 Apr, 2010 3 commits
-
-
Mark Olesen authored
before: - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass - 'New' prefixed to templated class name: eg, TmplClass -> NewTmplClass - 'New' suffixed to class name: eg, someClass -> someClassNew after: - consistent 'New' suffixed to class name, no change of case eg, someClass -> someClassNew eg, TmplClass -> TmplClassNew
-
Mark Olesen authored
- accept some violations of the coding guidelines though - perhaps adding a style exception would be simpler.
-
Mark Olesen authored
ENH: change some iterator -> const_iterator access BUG: found some places with forAllIter and ::iterator !
-
- 12 Apr, 2010 4 commits
-
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
-
- 06 Apr, 2010 1 commit
-
-
mattijs authored
-
- 30 Mar, 2010 2 commits
-
-
mattijs authored
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 26 Mar, 2010 1 commit
-
-
mattijs authored
-
- 23 Mar, 2010 1 commit
-
-
mattijs authored
-
- 17 Mar, 2010 2 commits
- 03 Mar, 2010 1 commit
-
-
mattijs authored
-
- 17 Feb, 2010 3 commits
- 16 Feb, 2010 1 commit
-
-
mattijs authored
-
- 12 Feb, 2010 1 commit
-
-
mattijs authored
Each collocated set of coupled points has a single master assigned to it. However when doing mergePoints on a patch the master does not have to be on the patch. So now it returns mesh point labels, not patch point labels.
-
- 10 Feb, 2010 1 commit
-
-
mattijs authored
-
- 08 Feb, 2010 1 commit
-
-
mattijs authored
-