Skip to content

Commit 16bd7ef

Browse files
Merge pull request #20 from nicola-giuliani/tbb_basic
moved from TaskGroup to parallel for
2 parents 55899c6 + f2760cb commit 16bd7ef

2 files changed

Lines changed: 297 additions & 121 deletions

File tree

include/bem_fma.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ class BEMFMA : public ParameterAcceptor
293293

294294
unsigned int num_octree_levels;
295295

296+
/// Granularity for TBB cycles. Simple parallel_for at the moment.
297+
unsigned int tbb_granularity;
298+
296299
/// here are declared dome structures which
297300
/// will be created in the framework of the
298301
/// octree partitioning of the mesh, and

0 commit comments

Comments
 (0)