GetFEM
5.4.2
|
Distribution of assembly results (matrices/vectors) for parallel assembly. More...
Go to the source code of this file.
Classes | |
class | getfem::accumulated_distro< T > |
Takes a matrix or vector, or vector of matrices or vectors and creates an empty copy on each thread. More... | |
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Functions | |
template<class T > | |
void | getfem::gen_add (const T &a, T &b) |
Generic addition for gmm types as well as vectors of gmm types. | |
template<class T > | |
void | getfem::equal_resize (T &a, const T &b) |
Resize 'a' to the same size as 'b'. More... | |
Distribution of assembly results (matrices/vectors) for parallel assembly.
Definition in file getfem_accumulated_distro.h.