GetFEM  5.4.2
getfem_accumulated_distro.h File Reference

Distribution of assembly results (matrices/vectors) for parallel assembly. More...

#include <gmm/gmm_def.h>
#include "getfem_omp.h"

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...
 

Detailed Description

Distribution of assembly results (matrices/vectors) for parallel assembly.

Author
Andriy Andreykiv andri.nosp@m.y.an.nosp@m.dreyk.nosp@m.iv@g.nosp@m.mail..nosp@m.com
Date
November 21, 2018. This is the kernel of getfem.

Definition in file getfem_accumulated_distro.h.