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 | Namespaces | Functions | Variables
root_finder.py File Reference

Classes

class  root_finder.pol
 

Namespaces

 root_finder
 

Functions

def root_finder.FindRootBisection (function, x0, tol=1e-12)
 

Variables

 root_finder.my_pol = pol()
 
def root_finder.x = FindRootBisection(my_pol, 1)