GetFEM++
5.3
|
takes a list (more often it's a std::vector) of matrices or vectors, creates an empty copy on each thread. More...
takes a list (more often it's a std::vector) of matrices or vectors, creates an empty copy on each thread.
When the thread computations are done (in the destructor), accumulates the assembled copies into the original. Note: the matrices or vectors in the list are gmm::cleared, deleting the content in the constructor
Definition at line 1768 of file getfem_models.cc.