BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
mt_maxwell_l2_b.hpp
Go to the documentation of this file.
1//
2// Created by christian on 12/4/24.
3//
4
5#ifndef MT_MAXWELL_L2_B_HPP
6#define MT_MAXWELL_L2_B_HPP
7#include "typedefs.hpp"
8#include "cl_Vector.hpp"
9#include "cl_Matrix.hpp"
10
11#include "cl_FEM_Element.hpp"
12#include "cl_FEM_Calculator.hpp"
13
14namespace belfem
15{
16 namespace fem
17 {
18 namespace maxwell
19 {
20 void
21 l2_b2d( Calculator * aCalc, Matrix< real > & aK, Vector< real > & aF );
22
23 }
24 }
25}
26
27#endif //MT_MAXWELL_L2_B_HPP
Definition cl_EF_PENTA6TS.hpp:23
void l2_b2d(Calculator *aCalc, Matrix< real > &aK, Vector< real > &aF)
Definition mt_maxwell_l2_b.cpp:15
Definition cl_IFB_LINE3.hpp:21
USER GUIDES:
Definition cl_Capacitor.cpp:16