- Apr 21, 2010
-
-
Mark Olesen authored
ATTENTION: cpp now needs '-traditional-cpp' for single-line output
-
Mark Olesen authored
- (have been disabled for more than 1 year)
-
- Apr 20, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Apr 19, 2010
-
-
Mark Olesen authored
- adds more DWIM (do what I mean) intelligence to wmake ENH: use ~/.OpenFOAM/.wmake instead of ~/.wmakeScheduler for the lock dir - keeps more of the OpenFOAM bits together
-
- Apr 16, 2010
-
-
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
-
Mark Olesen authored
-
Mark Olesen authored
-
- Apr 15, 2010
- Apr 14, 2010
-
-
mattijs authored
-
mattijs authored
non constraint patchFields on constraint patch types (all fields)
-
mattijs authored
-
graham authored
field directly. Renaming Ftot to accelTot to remind that the functions return accelerations.
-
Mark Olesen authored
-
graham authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Apr 13, 2010
-
-
graham authored
calcCoupled/calcNonCoupled arguments and call.
-
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
-
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
-
Mark Olesen authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-