BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
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
16
namespace
belfem
17
{
18
namespace
fem
19
{
20
namespace
maxwell
21
{
22
enum class
Formulation
23
{
24
HPhi
,
25
L2PhiH
,
26
L2PhiB
,
27
L2EdgeH
,
28
UNDEFINED
29
};
30
}
31
}
32
}
33
#endif
//EN_MAXWELL_FORMULATIONS_HPP
belfem::fem::maxwell
Definition
cl_EF_PENTA6TS.hpp:23
belfem::fem::maxwell::Formulation
Formulation
Definition
en_Maxwell_Formulations.hpp:23
belfem::fem::maxwell::Formulation::L2EdgeH
@ L2EdgeH
Definition
en_Maxwell_Formulations.hpp:27
belfem::fem::maxwell::Formulation::L2PhiH
@ L2PhiH
Definition
en_Maxwell_Formulations.hpp:25
belfem::fem::maxwell::Formulation::HPhi
@ HPhi
Definition
en_Maxwell_Formulations.hpp:24
belfem::fem::maxwell::Formulation::L2PhiB
@ L2PhiB
Definition
en_Maxwell_Formulations.hpp:26
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
src
fem
maxwell
en_Maxwell_Formulations.hpp
Generated by
1.18.0