- Apr 21, 2016
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2059
-
- Mar 14, 2016
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2024
-
- Nov 10, 2015
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- Feb 10, 2015
-
-
Henry authored
-
- Oct 29, 2013
-
-
mattijs authored
-
- Feb 21, 2013
-
-
andy authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- Apr 27, 2010
-
-
Mark Olesen authored
- mapFields and splitMeshRegions need more clarification
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Feb 17, 2010
-
-
Mark Olesen authored
- operator[] with label -> get args at index - operator[] with word -> get named option
-
- Dec 09, 2009
-
-
Mark Olesen authored
-
- Dec 07, 2009
-
-
mattijs authored
-
- Dec 03, 2009
-
-
Mark Olesen authored
- ensure that the standard options (eg, from timeSelector) also have some usage information
-
- Nov 27, 2009
-
-
Mark Olesen authored
- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
-
- Oct 10, 2009
-
-
henry authored
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
-
- Aug 28, 2009
-
-
Andrew Heather authored
-
- Jul 22, 2009
-
-
Chris Greenshields authored
-
- May 19, 2009
-
-
Mark Olesen authored
- also drop various unused time options from src/OpenFOAM/include
-
- Mar 12, 2009
-
-
mattijs authored
-
- Feb 18, 2009
-
-
Mark Olesen authored
- change system/controlDict to use functions {..} instead of functions (..); * This is internally more efficient - fixed formatting of system/controlDict functions entry - pedantic change: use 'return 0' instead of 'return(0)' in the applications, since return is a C/C++ keyword, not a function.
-
- Jan 10, 2009
-
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
- Jun 25, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-