CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
#include <algorithm>
#include <cassert>
#include <climits>
#include <deque>
#include <functional>
#include <limits>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "CoMMA/CoMMADefs.h"
#include "CoMMA/Seeds_Pool.h"
#include "CoMMA/Util.h"
Go to the source code of this file.
Classes | |
class | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
An interface class responsible of storing the cell centered dual graph and of acting on it (it is an interface for the global Dual_Graph and the Subgraph) More... | |
class | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
A class implementing the CRS subgraph representation. It is used in the framework of CoMMA for the implementation of the CSR representation of the coarse cells. More... | |
class | comma::Dual_Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > |
A class implementing the CRS global graph representation of the global mesh. More... | |
Namespaces | |
namespace | comma |