BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
mt_thermal_h.hpp
Go to the documentation of this file.
1
//
2
// Created by gregorygiard on 10/29/25.
3
//
4
5
#ifndef BELFEM_MT_THERMAL_H_HPP
6
#define BELFEM_MT_THERMAL_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
#include "
cl_TimestepMatrices.hpp
"
15
16
namespace
belfem
17
{
18
namespace
fem
19
{
34
void
35
T_h_picard
(
Calculator
* aCalc,
TimestepMatrices
* aMatrices );
36
37
void
38
T_h_newton
(
Calculator
* aCalc,
TimestepMatrices
* aMatrices );
39
40
}
41
}
42
43
#endif
//BELFEM_MT_THERMAL_H_HPP
cl_FEM_Calculator.hpp
cl_FEM_Element.hpp
cl_Matrix.hpp
cl_TimestepMatrices.hpp
cl_Vector.hpp
belfem::fem::Calculator
Definition
cl_FEM_Calculator.hpp:600
belfem::fem::TimestepMatrices
Container for element-level DENSE matrices in transient nonlinear FEM.
Definition
cl_TimestepMatrices.hpp:71
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem::fem::T_h_picard
void T_h_picard(Calculator *aCalc, TimestepMatrices *aMatrices)
Collapsed thermal Picard kernel: all per-point material math is delegated to aCalc->maxwell() ( therm...
Definition
mt_thermal_h.cpp:12
belfem::fem::T_h_newton
void T_h_newton(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition
mt_thermal_h.cpp:57
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
typedefs.hpp
src
fem
thermal
matrices
mt_thermal_h.hpp
Generated by
1.18.0