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 | pol |
Functions | |
def | FindRootBisection (function, x0, tol=1e-12) |
Variables | |
my_pol = pol() | |
def | x = FindRootBisection(my_pol, 1) |
def root_finder.FindRootBisection | ( | function, | |
x0, | |||
tol = 1e-12 |
|||
) |
root_finder.my_pol = pol() |
def root_finder.x = FindRootBisection(my_pol, 1) |