BELFEM 0.9.0
Berkeley Lab Finite Element Framework
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
15namespace 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
Definition cl_EF_PENTA6TS.hpp:23
void l2_ah_2d(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition mt_maxwell_l2_h.cpp:42
void l2_h(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition mt_maxwell_l2_h.cpp:16
Definition cl_IFB_LINE3.hpp:21
USER GUIDES:
Definition cl_Capacitor.cpp:16