BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
mt_maxwell_l2_phi.hpp
Go to the documentation of this file.
1
//
2
// Created by christian on 10/24/24.
3
//
4
5
#ifndef MT_MAXWELL_L2_PHI_HPP
6
#define MT_MAXWELL_L2_PHI_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_phi
( Calculator * aCalc, Matrix< real > & aK, Vector< real > & aF );
23
24
void
25
l2_phi_ferro
( Calculator * aCalc, Matrix< real > & aK, Vector< real > & aF );
26
}
27
}
28
}
29
30
31
#endif
//MT_MAXWELL_L2_PHI_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_phi
void l2_phi(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition
mt_maxwell_l2_phi.cpp:19
belfem::fem::maxwell::l2_phi_ferro
void l2_phi_ferro(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition
mt_maxwell_l2_phi.cpp:49
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_phi.hpp
Generated by
1.18.0