"...git@develop.openfoam.com:Development/OpenFOAM-plus.git" did not exist on "02c68fc2662e63f9597a54c3befc4935a0a0eab2"
- Jul 23, 2014
-
-
mattijs authored
-
- Oct 29, 2013
-
-
mattijs authored
-
- Feb 21, 2013
- Dec 05, 2012
-
-
mattijs authored
-
- Mar 14, 2012
-
-
mattijs authored
-
- Feb 17, 2012
-
-
mattijs authored
-
- Jan 25, 2012
- Aug 14, 2011
-
-
Henry authored
-
- Apr 27, 2011
-
-
mattijs authored
-
- Feb 18, 2011
-
-
Mark Olesen 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
-
- Dec 16, 2010
-
-
mattijs authored
-
- Jun 02, 2010
-
-
mattijs authored
-
- Apr 30, 2010
-
-
mattijs authored
-
- Apr 29, 2010
-
-
mattijs authored
-
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];
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 12, 2010
-
-
Andrew Heather authored
-
- Mar 03, 2010
-
-
mattijs authored
-
- Feb 16, 2010
-
-
Mark Olesen authored
- make centrally available via #include "addOverwriteOption.H"
-
- Dec 03, 2009
-
-
Mark Olesen authored
- ensure that the standard options (eg, from timeSelector) also have some usage information
-
- Sep 04, 2009
-
-
mattijs authored
-
- Aug 19, 2009
-
-
mattijs authored
-
- Jul 01, 2009
-
-
mattijs authored
-
- May 19, 2009
-
-
Mark Olesen authored
- also drop various unused time options from src/OpenFOAM/include
-
- Feb 06, 2009
-
-
mattijs authored
-
- 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
-
- Oct 23, 2008
-
-
mattijs authored
-
- Oct 09, 2008
-
-
mattijs authored
-
- Oct 08, 2008
-
-
mattijs authored
-
- Sep 28, 2008
-
-
mattijs authored
-