GetFEM
5.4.2
|
Domain decomposition. More...
Go to the source code of this file.
Functions | |
template<typename Matrix , typename Point > | |
void | gmm::rudimentary_regular_decomposition (std::vector< Point > pts, double msize, double overlap, std::vector< Matrix > &vB) |
This function separates into small boxes of size msize with a ratio of overlap (in [0,1[) a set of points. More... | |
void gmm::rudimentary_regular_decomposition | ( | std::vector< Point > | pts, |
double | msize, | ||
double | overlap, | ||
std::vector< Matrix > & | vB | ||
) |
This function separates into small boxes of size msize with a ratio of overlap (in [0,1[) a set of points.
The result is given into a vector of sparse matrices vB.
Definition at line 51 of file gmm_domain_decomp.h.