![]() |
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 | K_B |
| class | K_component |
| class | K_sum |
| class | Functional |
Functions | |
| def | FillUpMatrices (F, a) |
| def | GetExponentialsCoefficients (functional, a0) |
Variables | |
| list | tis = [0.1, 0.3, 1., 3., 10., 40., 190., 1000., 6500., 50000.] |
| list | a0 = [0.2 for ti in tis] |
| int | tol = 1e-9 |
| int | max_iter = 10 |
| bool | still_changes = True |
| a = np.array(a0) | |
| a_old = np.array(a0) | |
| int | iteration = 0 |
| F = Functional(tis) | |
| grad | |
| H_inv | |
| def hinsberg_optimization.FillUpMatrices | ( | F, | |
| a | |||
| ) |
| def hinsberg_optimization.GetExponentialsCoefficients | ( | functional, | |
| a0 | |||
| ) |
| hinsberg_optimization.a = np.array(a0) |
| list hinsberg_optimization.a0 = [0.2 for ti in tis] |
| hinsberg_optimization.a_old = np.array(a0) |
| hinsberg_optimization.F = Functional(tis) |
| hinsberg_optimization.grad |
| hinsberg_optimization.H_inv |
| int hinsberg_optimization.iteration = 0 |
| int hinsberg_optimization.max_iter = 10 |
| int hinsberg_optimization.still_changes = True |
| list hinsberg_optimization.tis = [0.1, 0.3, 1., 3., 10., 40., 190., 1000., 6500., 50000.] |
| int hinsberg_optimization.tol = 1e-9 |