SimiLie
Loading...
Searching...
No Matches
similie.hpp
1// SPDX-FileCopyrightText: 2024 Baptiste Legouix
2// SPDX-License-Identifier: AGPL-3.0-or-later
3
4#pragma once
5
8namespace sil {
9}
10
11#include <similie/physics/dedonder_weyl_equations.hpp>
12#include <similie/physics/hamilton_equations.hpp>
13#include <similie/physics/magnetostatics/magnetostatics_quantities.hpp>
14#include <similie/physics/scalar_field/scalar_field_with_power_coupling.hpp>
15#include <similie/solvers/minimize_strong_formulation_residual.hpp>
16
17#include "csr/csr.hpp"
18#include "exterior/exterior.hpp"
19#include "mesher/mesher.hpp"
20#include "tensor/tensor.hpp"
21#include "young_tableau/young_tableau.hpp"
The top-level namespace of SimiLie.
Definition csr.hpp:15