![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Classes | |
| class | hinsberg_optimization_3.K_B |
| class | hinsberg_optimization_3.K_component |
| class | hinsberg_optimization_3.K_sum |
| class | hinsberg_optimization_3.Functional |
Namespaces | |
| hinsberg_optimization_3 | |
Functions | |
| def | hinsberg_optimization_3.DawsonIntegral (x) |
| def | hinsberg_optimization_3.FillUpMatrices (F, ais, tis) |
| def | hinsberg_optimization_3.GetExponentialsCoefficients (functional, a0, t0) |
Variables | |
| list | hinsberg_optimization_3.tis = [0.1, 0.3, 1., 3., 10., 40., 190., 1000., 6500., 50000.] |
| list | hinsberg_optimization_3.a0 = [ 0.23477446, 0.28549392, 0.28479113, 0.26149251, 0.32055117, 0.35351918, 0.3963018, 0.42237921, 0.48282255, 0.63471099] |
| int | hinsberg_optimization_3.tol = 1e-9 |
| int | hinsberg_optimization_3.max_iter = 50 |
| bool | hinsberg_optimization_3.still_changes = True |
| hinsberg_optimization_3.a = np.array(a0 + tis) | |
| hinsberg_optimization_3.a_old = np.array(a0 + tis) | |
| int | hinsberg_optimization_3.iteration = 0 |
| hinsberg_optimization_3.F = Functional() | |
| hinsberg_optimization_3.grad | |
| hinsberg_optimization_3.H_inv | |