![]() |
CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
#include <algorithm>#include <cassert>#include <deque>#include <limits>#include <list>#include <map>#include <memory>#include <optional>#include <queue>#include <set>#include <utility>#include <vector>#include "CoMMA/CoMMADefs.h"#include "CoMMA/Util.h"Go to the source code of this file.
Classes | |
| struct | comma::SPInitializator< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
| Functor performing the initialization of a seeds pool. More... | |
| struct | comma::SPFullInitializator< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
| Functor performing the full initialization of a seeds pool. More... | |
| struct | comma::SPOnePointInitializator< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
| Functor performing the one-point initialization of a seeds pool. More... | |
| class | comma::Seeds_Pool< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
| Class representing the pool of all the seeds for creating a coarse cell. More... | |
| class | comma::Seeds_Pool_Boundary_Priority< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
| Class representing the pool of all the seeds for creating a coarse cell. This derived class gives higher priority to cells that are on the border. More... | |
| class | comma::Seeds_Pool_Neighbourhood_Priority< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
| Class representing the pool of all the seeds for creating a coarse cell. This derived class gives higher priority to cells that are neighbours of already existing coarse cells. More... | |
Namespaces | |
| namespace | comma |