GetFEM++  5.3
getfem::omp_distribute< T > Class Template Reference

use this template class for any object you want to distribute to open_MP threads. More...

#include <getfem_omp.h>

Detailed Description

template<typename T>
class getfem::omp_distribute< T >

use this template class for any object you want to distribute to open_MP threads.

The creation of this object should happen in serial, while accessing the individual thread local instances will take place in parallel. If one needs creation of thread local object, use the macro DEFINE_STATIC_THREAD_LOCAL

Definition at line 146 of file getfem_omp.h.


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