copied the templates

This commit is contained in:
jakob.schratter 2026-01-19 10:45:46 +01:00
commit 46636593b5
63 changed files with 570970 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#pragma once
#include <vector>
// std::vector<int> _edges [nedges][2]; //!< edges of mesh (vertices ordered ascending)
std::vector<int> cuthill_mckee_reordering(std::vector<int> const &_edges);