PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
MeshMatricesDAO.hpp
Go to the documentation of this file.
1// _LICENSE_HEADER_
2//
3// Copyright (C) 2019 - 2025.
4// Terms register on the GPL-3.0 license.
5//
6// This file can be redistributed and/or modified under the license terms.
7//
8// See top level LICENSE file for more details.
9//
10// This file can be used citing references in CITATION.cff file.
11
12#ifndef __MeshMatricesWrapper_H
13#define __MeshMatricesWrapper_H
14
15#include "Gedim_Macro.hpp"
16#include "IMeshDAO.hpp"
17
18#endif