Files
openfoam/applications/test
Mark Olesen 063d8edea1 PackedBoolList specializaton for operator=
- now that I re-examined the code, the note in commit 51fd6327a6
  can be mostly ignored

  PackedList isMaster(nPoints, 1u);
  is not really inefficient at all, since the '1u' is packed into
  32/64-bits before the subsequent assignment and doesn't involve
  shifts/masking for each index

  The same misinformation applies to the PackedList(size, 0u) form.
  It isn't much slower at all.

  Nonetheless, add bool specialization so that it is a simple assign.
2009-12-03 16:33:58 +01:00
..
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2009-06-08 17:59:02 +01:00
2008-12-31 19:01:56 +01:00
2009-06-22 10:29:10 +01:00
2009-04-27 10:08:29 +02:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2009-08-04 10:12:25 +01:00
2008-12-31 19:01:56 +01:00
2009-10-26 09:59:07 +00:00
2008-12-31 19:01:56 +01:00
2008-12-31 19:01:56 +01:00
2008-12-31 19:01:56 +01:00
2009-12-01 18:26:18 +01:00
2009-10-30 22:37:35 +01:00
2009-11-20 12:40:19 +00:00
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2008-12-31 19:01:56 +01:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2009-07-23 15:36:46 +02:00
2009-11-20 12:40:19 +00:00
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2009-03-05 12:06:57 +01:00
2009-11-27 15:39:14 +01:00
2009-12-03 14:40:12 +01:00
2009-11-20 12:40:19 +00:00
2008-12-31 19:01:56 +01:00
2008-12-31 19:01:56 +01:00
2009-04-27 10:08:29 +02:00
2009-11-27 15:39:14 +01:00
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2008-12-31 19:01:56 +01:00
2009-11-27 15:39:14 +01:00
2009-11-20 12:40:19 +00:00
2009-01-05 12:30:19 +01:00