GetFEM++
5.3
|
use this template class for any object you want to distribute to open_MP threads. More...
#include <getfem_omp.h>
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.