BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
mt_maxwell_l2_h.hpp
Go to the documentation of this file.
1
//
2
// Created by christian on 10/24/24.
3
//
4
5
#ifndef MT_MAXWELL_L2_H_HPP
6
#define MT_MAXWELL_L2_H_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
15
namespace
belfem
16
{
17
namespace
fem
18
{
19
namespace
maxwell
20
{
21
void
22
l2_h
( Calculator * aCalc, Matrix< real > & aK, Vector< real > & aF );
23
24
void
25
l2_ah_2d
( Calculator * aCalc, Matrix< real > & aK, Vector< real > & aF );
26
27
}
28
}
29
}
30
31
32
#endif
//MT_MAXWELL_L2_H_HPP
cl_FEM_Calculator.hpp
cl_FEM_Element.hpp
cl_Matrix.hpp
cl_Vector.hpp
belfem::fem::maxwell
Definition
cl_EF_PENTA6TS.hpp:23
belfem::fem::maxwell::l2_ah_2d
void l2_ah_2d(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition
mt_maxwell_l2_h.cpp:42
belfem::fem::maxwell::l2_h
void l2_h(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition
mt_maxwell_l2_h.cpp:16
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
typedefs.hpp
src
fem
maxwell
matrices
mt_maxwell_l2_h.hpp
Generated by
1.18.0