- 24 Feb, 2011 1 commit
-
-
andy authored
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 30 Sep, 2010 1 commit
-
-
mattijs authored
-
- 17 Sep, 2010 1 commit
-
-
graham authored
Squashed merge of particleInteractions up to commit e7cb5bcf0315c359539ef1e715e1d51991343391
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 01 Jun, 2010 1 commit
-
-
mattijs authored
-
- 12 Apr, 2010 1 commit
-
-
Mark Olesen authored
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 03 Mar, 2010 1 commit
-
-
mattijs authored
-
- 17 Feb, 2010 1 commit
-
-
mattijs authored
- removed globalPointPatch* - removed pointPatchInterpolate* since all is now inside volPointInterpolation.
-
- 14 Jan, 2010 1 commit
-
-
mattijs authored
-
- 05 Mar, 2009 1 commit
-
-
Mark Olesen authored
- regIOobject: don't re-register an unregister object on rename/assignment - Hasher: split-off HasherInt with uint32_t specializations - IOobject: writeBanner/writeDivider return Stream for easier chaining. ... also dropped some namespace bracketing while I was at it.
-
- 24 Feb, 2009 1 commit
-
-
mattijs authored
-
- 02 Feb, 2009 1 commit
-
-
Mark Olesen authored
-
- 23 Jan, 2009 1 commit
-
-
mattijs authored
-
- 15 Jan, 2009 1 commit
-
-
mattijs authored
-
- 10 Jan, 2009 1 commit
-
-
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
-
- 05 Jan, 2009 1 commit
-
-
Mark Olesen authored
- The capitalization is consistent with most other template classes, but more importantly frees up xfer() for use as method name without needing special treatment to avoid ambiguities. It seems reasonable to have different names for transfer(...) and xfer() methods, since the transfer is occuring in different directions. The xfer() method can thus replace the recently introduced zero-parameter transfer() methods. Other name candidates (eg, yield, release, etc.) were deemed too abstract.
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 24 Oct, 2008 4 commits
-
-
Mark Olesen authored
- drop copy components constructors in favour of the xfer versions. Even if the caller sends through constant data, if will be automatically promoted to xfer (via a copy operation).
-
Mark Olesen authored
-
Mark Olesen authored
- use xfer form for calls to resetPrimitives
-
Mark Olesen authored
-
- 21 Oct, 2008 1 commit
-
-
mattijs authored
-
- 20 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 30 Jul, 2008 1 commit
-
-
Mattijs Janssens authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-