BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
mt_maxwell_symmetry.hpp
Go to the documentation of this file.
1
//
2
// Created by christian on 9/20/24.
3
//
4
5
#ifndef MT_MAXWELL_SYMMETRY_HPP
6
#define MT_MAXWELL_SYMMETRY_HPP
7
8
#include "
typedefs.hpp
"
9
#include "
cl_Vector.hpp
"
10
#include "
cl_Matrix.hpp
"
11
12
#include "
cl_FEM_Element.hpp
"
13
#include "
cl_FEM_Calculator.hpp
"
14
#include "
cl_TimestepMatrices.hpp
"
15
16
namespace
belfem
17
{
18
namespace
fem
19
{
20
namespace
maxwell
21
{
22
void
23
symmetry_phi_2d
( Calculator * aCalc, TimestepMatrices * aMatrices );
24
25
void
26
symmetry_phi_3d
( Calculator * aCalc, TimestepMatrices * aMatrices);
27
28
void
29
h_symmetry_2d
( Calculator * aCalc, TimestepMatrices * aMatrices );
30
31
void
32
h_symmetry_3d
( Calculator * aCalc, TimestepMatrices * aMatrices );
33
34
}
35
}
36
}
37
38
#endif
//MT_MAXWELL_SYMMETRY_HPP
cl_FEM_Calculator.hpp
cl_FEM_Element.hpp
cl_Matrix.hpp
cl_TimestepMatrices.hpp
cl_Vector.hpp
belfem::fem::maxwell
Definition
cl_EF_PENTA6TS.hpp:23
belfem::fem::maxwell::symmetry_phi_3d
void symmetry_phi_3d(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition
mt_maxwell_symmetry.cpp:52
belfem::fem::maxwell::h_symmetry_2d
void h_symmetry_2d(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition
mt_maxwell_symmetry.cpp:83
belfem::fem::maxwell::h_symmetry_3d
void h_symmetry_3d(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition
mt_maxwell_symmetry.cpp:110
belfem::fem::maxwell::symmetry_phi_2d
void symmetry_phi_2d(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition
mt_maxwell_symmetry.cpp:23
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
typedefs.hpp
src
fem
maxwell
matrices
mt_maxwell_symmetry.hpp
Generated by
1.18.0