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.
Public Member Functions | Public Attributes | List of all members
root_finder.pol Class Reference
Collaboration diagram for root_finder.pol:

Public Member Functions

def __init__ (self)
 
def SetObjective (self, x)
 
def f (self, y)
 
def df (self, y)
 

Public Attributes

 x
 

Constructor & Destructor Documentation

◆ __init__()

def root_finder.pol.__init__ (   self)

Member Function Documentation

◆ df()

def root_finder.pol.df (   self,
  y 
)

◆ f()

def root_finder.pol.f (   self,
  y 
)

◆ SetObjective()

def root_finder.pol.SetObjective (   self,
  x 
)

Member Data Documentation

◆ x

root_finder.pol.x

The documentation for this class was generated from the following file: