CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
#include <cmath>
#include <deque>
#include <functional>
#include <iostream>
#include <iterator>
#include <limits>
#include <memory>
#include <numeric>
#include <optional>
#include <set>
#include <stdexcept>
#include <vector>
#include "CoMMA/ARComputer.h"
#include "CoMMA/CoMMADefs.h"
#include "CoMMA/Coarse_Cell_Container.h"
#include "CoMMA/Dual_Graph.h"
#include "CoMMA/Neighbourhood.h"
#include "CoMMA/Util.h"
Go to the source code of this file.
Classes | |
class | comma::Agglomerator< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
A class responsible to do the interface between the different kinds of agglomerator. More... | |
class | comma::Agglomerator_Anisotropic< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
Agglomerator_Anisotropic class is a child class of the Agglomerator class that specializes the implementation to the case of Anisotropic agglomeration. More... | |
class | comma::Agglomerator_Isotropic< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
Agglomerator_Isotropic class is a child class of the Agglomerator class that specializes the implementation to the case of Isotropic agglomeration. More... | |
class | comma::Agglomerator_Biconnected< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
Child class of Agglomerator_Isotropic where is implemented a specific biconnected algorithm for the agglomeration. We call it biconnected case, but it is the greedy algorithm in reality. More... | |
class | comma::Agglomerator_Iterative< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
Child class of Agglomerator_Isotropic which implements a specialized iterative algorithm for the search of fine cells. More... | |
Namespaces | |
namespace | comma |