BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
mt_maxwell_background.hpp
Go to the documentation of this file.
1//
2// Created by grgia@ge.polymtl.ca on 22/03/25.
3//
4
5#ifndef BELFEM_MT_MAXWELL_BACKGROUND_HPP
6#define BELFEM_MT_MAXWELL_BACKGROUND_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"
15
16namespace belfem
17{
18 namespace fem
19 {
20 namespace maxwell
21 {
22 void
23 background_phi( Calculator * aCalc, TimestepMatrices * aMatrices );
24
25 }
26 }
27}
28
29#endif //BELFEM_MT_MAXWELL_BACKGROUND_HPP
Definition cl_EF_PENTA6TS.hpp:23
void background_phi(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition mt_maxwell_background.cpp:25
Definition cl_IFB_LINE3.hpp:21
USER GUIDES:
Definition cl_Capacitor.cpp:16