Loading [MathJax]/extensions/tex2jax.js
PolyFEM
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
par_for.hpp File Reference
#include <functional>
#include <thread>
#include <Eigen/Core>
Include dependency graph for par_for.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  polyfem::utils::NThread
 

Namespaces

namespace  polyfem
 
namespace  polyfem::utils
 

Functions

void polyfem::utils::par_for (const int size, const std::function< void(int, int, int)> &func)
 
size_t polyfem::utils::get_n_threads ()