OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
openbem.hpp
Go to the documentation of this file.
1// OpenBEM - Copyright (C) 2026 Shashwat Sharma
2
3// This file is part of OpenBEM.
4
5// OpenBEM is free software: you can redistribute it and/or modify it under the terms of the
6// GNU General Public License as published by the Free Software Foundation, either version 3
7// of the License, or (at your option) any later version.
8
9// You should have received a copy of the GNU General Public License along with OpenBEM.
10// If not, see <https://www.gnu.org/licenses/>.
11
12
18#ifndef BEM_HEADERS_H
19#define BEM_HEADERS_H
20
21#include "types.hpp"
22#include "constants.hpp"
23#include "materials.hpp"
24
29
32
36
37#include "matrix/base.hpp"
38#include "matrix/eigen_base.hpp"
41
42#include "kernels/base.hpp"
43#include "kernels/hgf.hpp"
44
46
52
56
64
72
76
80
85
89
90#endif