- 23 Apr, 2010 1 commit
-
-
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’
-
- 21 Apr, 2010 1 commit
-
-
Mark Olesen authored
- (have been disabled for more than 1 year)
-
- 20 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 16 Apr, 2010 4 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- use enhanced Switch constructor and the new valid() method to avoid potential pitfalls of using Switch::switchType directly.
-
Mark Olesen authored
- add operator=(const switchType) to avoid this type of problem: Switch sw; sw = Switch::asEnum("foo", true); if (sw) ... // evaluated incorrectly - add constructor Switch(const switchType) for convenience - add valid() method to avoid using the switchType directly
-
mattijs authored
-
- 15 Apr, 2010 1 commit
-
-
mattijs authored
-
- 14 Apr, 2010 2 commits
-
-
mattijs authored
non constraint patchFields on constraint patch types (all fields)
-
Mark Olesen authored
-
- 13 Apr, 2010 5 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
-
mattijs authored
-
mattijs authored
-
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
-
- 09 Apr, 2010 2 commits
-
-
Andrew Heather authored
-
henry authored
This change allows functionObjects to cleanly terminate the code e.g. on convergence.
-
- 08 Apr, 2010 3 commits
- 07 Apr, 2010 4 commits
-
-
henry authored
This data can be used for convergence testing e.g. by a functionObject. Other data could also be stored, e.g. global continuity errors and other reduced results.
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
-
- 06 Apr, 2010 2 commits
-
-
mattijs authored
-
Mark Olesen authored
-
- 31 Mar, 2010 2 commits
-
-
graham authored
planes, rather than a vertex-by-vertex check. Assesses concavity as relevant to the tracking.
-
mattijs authored
A cell is concave if there is a face whose face-centre is outside the plane of any other face on the cell. Another option is to check for any vertices being outside ,, ,, but this is not consistent with current tracking.
-
- 30 Mar, 2010 3 commits
-
-
mattijs authored
-
Mark Olesen authored
-
mattijs authored
-
- 29 Mar, 2010 2 commits
-
-
Andrew Heather authored
-
Mark Olesen authored
-
- 26 Mar, 2010 2 commits