- 04 Nov, 2010 1 commit
-
-
mattijs authored
-
- 29 Oct, 2010 1 commit
-
-
mattijs authored
-
- 19 Oct, 2010 1 commit
-
-
mattijs authored
-
- 15 Oct, 2010 2 commits
- 12 Oct, 2010 1 commit
-
-
Mark Olesen authored
- otherwise gets flagged as an error by clang
-
- 06 Oct, 2010 5 commits
- 05 Oct, 2010 1 commit
-
-
mattijs authored
-
- 17 Sep, 2010 1 commit
-
-
graham authored
Squashed merge of particleInteractions up to commit e7cb5bcf0315c359539ef1e715e1d51991343391
-
- 08 Sep, 2010 1 commit
-
-
mattijs authored
-
- 26 Aug, 2010 1 commit
-
-
mattijs authored
structuredDecomp uses finiteVolume which uses meshTools which used to use decompositionMethods
-
- 19 Aug, 2010 1 commit
-
-
mattijs authored
-
- 04 Aug, 2010 1 commit
-
-
Mark Olesen authored
- in preparation for using PackedBoolList
-
- 29 Jul, 2010 1 commit
-
-
graham authored
picked up by a copyright change.
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 26 Jul, 2010 1 commit
-
-
Mark Olesen authored
STYLE: use findIndices instead of findAll for coordinateSystems
-
- 21 Jul, 2010 2 commits
-
-
mattijs authored
-
Mark Olesen authored
- findAll() method returns a labelList of all matching names - find() method returns the index to the first matching name For example, use a regex to specify alternative coordinate systems in porousZones ( "cat1?(Back|Front)*" { coordinateSystem "(cat1|system_10)"; porosity 0.781; ... } )
-
- 20 Jul, 2010 4 commits
- 30 Jun, 2010 1 commit
-
-
mattijs authored
-
- 22 Jun, 2010 2 commits
- 04 Jun, 2010 2 commits
- 02 Jun, 2010 1 commit
-
-
mattijs authored
-
- 20 May, 2010 1 commit
-
-
Mark Olesen authored
- both versions handle the same input words. Only need the <Switch> version when the destination variable is also a Switch and we need to output the word later.
-
- 29 Apr, 2010 1 commit
-
-
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 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 22 Apr, 2010 1 commit
-
-
Mark Olesen authored
- "cpp -traditional-cpp" doesn't strip C++-style comments Probably need a workaround with sed -e 's@^ *//@@' if we wish to support C++-style comments in Make/{files,options} - lduMatrixTests.C:121:1: error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names the constructor, not the type - edgeFaceCirculatorI.H:355:1: error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the constructor, not the type - patchPointEdgeCirculatorI.H:236:1: error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’ names the constructor, not the type - objToVTK.C:116:5: error: ‘Foam::argList::argList’ names the constructor, not the type same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C - fireFoam/createFields.H:74:41: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T> class Foam::autoPtr’
-
- 20 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 16 Apr, 2010 1 commit
-
-
mattijs authored
-
- 13 Apr, 2010 1 commit
-
-
Mark Olesen authored
- accept some violations of the coding guidelines though - perhaps adding a style exception would be simpler.
-