CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
CoMMA (COarse Mesh Multigrid Agglomerator) is a suite of graph algorithms meant to operate on the graph representation of an unstructured computational mesh.
The final objective is to give a map between the fine cells and coarse cells in the object representing the coarse cell graph.
The main features of CoMMA are:
CoMMA is a header-only library. A python module can be generated using pybind11
.
The interface to CoMMA is very simple and consists in only one function agglomerate_one_level.
In CoMMA repository, one can find some documentation, such as the user manual and a note about the aspect ratio, quantity that plays a pivotal role in the agglomeration.
Copyright: Copyright © 2024 ONERA
Authors: Nicolas Lantos, Alberto Remigi, and Riccardo Milani
Contributors: Karim Anemiche
Licence: This project is released under the Mozilla Public License 2.0