Reference documentation for deal.II version 9.3.3
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Member Functions | Public Attributes | List of all members
parallel::internal::ParallelForWrapper Struct Reference

#include <deal.II/base/parallel.h>

Public Member Functions

 ParallelForWrapper (const parallel::ParallelForInteger &worker)
 
void operator() (const tbb::blocked_range< std::size_t > &range) const
 

Public Attributes

const parallel::ParallelForIntegerworker_
 

Detailed Description

This is the function actually called by TBB for the ParallelForInteger class.

Definition at line 819 of file parallel.h.

Constructor & Destructor Documentation

◆ ParallelForWrapper()

parallel::internal::ParallelForWrapper::ParallelForWrapper ( const parallel::ParallelForInteger worker)
inline

Definition at line 821 of file parallel.h.

Member Function Documentation

◆ operator()()

void parallel::internal::ParallelForWrapper::operator() ( const tbb::blocked_range< std::size_t > &  range) const
inline

Definition at line 826 of file parallel.h.

Member Data Documentation

◆ worker_

const parallel::ParallelForInteger& parallel::internal::ParallelForWrapper::worker_

Definition at line 831 of file parallel.h.


The documentation for this struct was generated from the following file: