GetFEM  5.4.2
gmm_domain_decomp.h File Reference

Domain decomposition. More...

#include "gmm_kernel.h"
#include <map>

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

Detailed Description

Domain decomposition.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r
Date
May 21, 2004.

Definition in file gmm_domain_decomp.h.

Function Documentation

◆ rudimentary_regular_decomposition()

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.

The result is given into a vector of sparse matrices vB.

Definition at line 51 of file gmm_domain_decomp.h.