BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
en_Maxwell_Formulations.hpp
Go to the documentation of this file.
1/*
2* BELFEM -- The Berkeley Lab Finite Element Framework
3 * Copyright (c) 2026, The Regents of the University of California,
4 * through Lawrence Berkeley National Laboratory (subject to receipt of any required
5 * approvals from the U.S. Dept. of Energy). All rights reserved.
6 *
7 * Developers: Christian Messe, Gregory Giard
8 *
9 * See the top-level LICENSE file for the complete license and disclaimer.
10 */
11
12#ifndef EN_MAXWELL_FORMULATIONS_HPP
13#define EN_MAXWELL_FORMULATIONS_HPP
14
15
16namespace belfem
17{
18 namespace fem
19 {
20 namespace maxwell
21 {
22 enum class Formulation
23 {
28 UNDEFINED
29 };
30 }
31 }
32}
33#endif //EN_MAXWELL_FORMULATIONS_HPP
Definition cl_EF_PENTA6TS.hpp:23
Formulation
Definition en_Maxwell_Formulations.hpp:23
@ L2EdgeH
Definition en_Maxwell_Formulations.hpp:27
@ L2PhiH
Definition en_Maxwell_Formulations.hpp:25
@ HPhi
Definition en_Maxwell_Formulations.hpp:24
@ L2PhiB
Definition en_Maxwell_Formulations.hpp:26
Definition cl_IFB_LINE3.hpp:21
USER GUIDES:
Definition cl_Capacitor.cpp:16