Commit Graph

11 Commits

Author SHA1 Message Date
mattijs
5c90c347f9 mapDistribute non-blocking of non-contiguous data 2009-08-13 17:28:33 +01:00
mattijs
923764e35a in-place subset bug 2009-04-15 12:32:18 +01:00
mattijs
79d4641b37 cleanup; introduced UIndirectList 2009-04-14 12:30:49 +01:00
Mark Olesen
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- 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
2009-01-10 20:28:06 +01:00
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
henry
73b83058b1 Added new extended stencil handling from Mattijs. 2008-10-16 14:56:30 +01:00
mattijs
972190e98c incorrect non-blocking transfer 2008-09-23 17:56:42 +01:00
mattijs
783b57366b correct non-blocking 2008-09-16 21:11:33 +01:00
mattijs
d88bc072a1 schedule calculation; skipping unused procs 2008-08-27 17:58:07 +01:00
Mark Olesen
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
mattijs
7faf688709 Initial mattijsLib merge 2008-04-23 12:20:12 +01:00