#include "typedefs.hpp"#include "cl_Vector.hpp"#include "cl_Matrix.hpp"#include "cl_FEM_Element.hpp"#include "cl_FEM_Calculator.hpp"#include "cl_TimestepMatrices.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::fem |
Functions | |
| void | belfem::fem::T_h_picard (Calculator *aCalc, TimestepMatrices *aMatrices) |
| Collapsed thermal Picard kernel: all per-point material math is delegated to aCalc->maxwell() ( thermal-side instance; the Maxwell peer element is linked automatically by Calculator::link ), whose constructor-time dispatch covers the bulk/thin-shell, metal/alloy/ HTS, defect, and piecewise axes. | |
| void | belfem::fem::T_h_newton (Calculator *aCalc, TimestepMatrices *aMatrices) |