- 02 Jun, 2020 1 commit
-
-
Mark Olesen authored
- previously introduced `getOrDefault` as a dictionary _get_ method, now complete the transition and use it everywhere instead of `lookupOrDefault`. This avoids mixed usage of the two methods that are identical in behaviour, makes for shorter names, and promotes the distinction between "lookup" access (ie, return a token stream, locate and return an entry) and "get" access (ie, the above with conversion to concrete types such as scalar, label etc).
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 11 Dec, 2018 1 commit
-
-
Mark Olesen authored
- makes the intent clearer and avoids the need for additional constructor casting. Eg, labelList(10, Zero) vs. labelList(10, 0) scalarField(10, Zero) vs. scalarField(10, scalar(0)) vectorField(10, Zero) vs. vectorField(10, vector::zero)
-
- 06 Nov, 2018 1 commit
-
-
Mark Olesen authored
-
- 12 Oct, 2018 1 commit
-
-
Mark Olesen authored
- use the dictionary 'get' methods instead of readScalar for additional checking Unchecked: readScalar(dict.lookup("key")); Checked: dict.get<scalar>("key"); - In templated classes that also inherit from a dictionary, an additional 'template' keyword will be required. Eg, this->coeffsDict().template get<scalar>("key"); For this common use case, the predefined getXXX shortcuts may be useful. Eg, this->coeffsDict().getScalar("key");
-
- 05 Nov, 2017 1 commit
-
-
Mark Olesen authored
- makes for clearer code ENH: make writeIfDifferent part of Ostream
-
- 13 Jul, 2018 1 commit
-
-
Mark Olesen authored
- use scalar(0) instead of scalar(0.0) etc
-
- 26 Jun, 2017 1 commit
-
-
Andrew Heather authored
-
- 10 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 06 Dec, 2012 1 commit
-
-
andy authored
-
- 04 Dec, 2012 1 commit
-
-
mattijs authored
-
- 04 Oct, 2012 1 commit
-
-
Henry authored
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 09 Jun, 2011 2 commits
-
-
Sergio Ferraris authored
set the BC to fixedValue using refValues as values
-
Sergio Ferraris authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 30 Dec, 2010 1 commit
-
-
Mark Olesen authored
eg, - makePatchTypeField -> makeTemplatePatchTypeField - makeNonTemplatedPatchTypeField -> makePatchTypeField
-
- 21 Dec, 2010 1 commit
-
-
Mark Olesen authored
-
- 03 Aug, 2010 3 commits
-
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
-
- 27 Jul, 2010 1 commit
-
-
graham authored
Exception: applyWallFunctionBoundaryConditions.C cannot split #include directives.
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 04 Dec, 2009 1 commit
-
-
Mark Olesen authored
-
- 30 Nov, 2009 1 commit
-
-
Mark Olesen authored
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
-
- 10 Oct, 2009 1 commit
-
-
henry authored
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
-
- 28 Aug, 2009 1 commit
-
-
Andrew Heather authored
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 07 Oct, 2008 1 commit
-
-
mattijs authored
-
- 26 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 25 Jun, 2008 2 commits
-
-
Chris Greenshields authored
-
Chris Greenshields authored
-