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
coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver Class Reference
Inheritance diagram for coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver:
Collaboration diagram for coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver:

Public Member Functions

def __init__ (self, settings, models, solver_name)
 
def Initialize (self)
 
def Finalize (self)
 
def InitializeSolutionStep (self)
 
def FinalizeSolutionStep (self)
 
def SolveSolutionStep (self)
 
def Check (self)
 

Public Attributes

 num_coupling_iterations
 
 convergence_accelerators_list
 
 convergence_criteria_list
 

Constructor & Destructor Documentation

◆ __init__()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.__init__ (   self,
  settings,
  models,
  solver_name 
)

Member Function Documentation

◆ Check()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.Check (   self)

◆ Finalize()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.Finalize (   self)

◆ FinalizeSolutionStep()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.FinalizeSolutionStep (   self)

◆ Initialize()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.Initialize (   self)

◆ InitializeSolutionStep()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.InitializeSolutionStep (   self)

◆ SolveSolutionStep()

def coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.SolveSolutionStep (   self)

Member Data Documentation

◆ convergence_accelerators_list

coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.convergence_accelerators_list

◆ convergence_criteria_list

coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.convergence_criteria_list

◆ num_coupling_iterations

coupled_solvers.jacobi_strong.JacobiStrongCoupledSolver.num_coupling_iterations

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