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.
Functions
RationalApproximation Namespace Reference

Functions

def compute_RationalApproximation_AAA (alpha, MaxOrder=100, tol=1.e-8, nPoints=1000, verbose=False)
 
def compute_RationalApproximation_AAA_new (alpha, beta=None, MaxOrder=100, tol=1.e-12, nPoints=1000, verbose=False)
 

Function Documentation

◆ compute_RationalApproximation_AAA()

def RationalApproximation.compute_RationalApproximation_AAA (   alpha,
  MaxOrder = 100,
  tol = 1.e-8,
  nPoints = 1000,
  verbose = False 
)

◆ compute_RationalApproximation_AAA_new()

def RationalApproximation.compute_RationalApproximation_AAA_new (   alpha,
  beta = None,
  MaxOrder = 100,
  tol = 1.e-12,
  nPoints = 1000,
  verbose = False 
)