Skip to content

KratosMultiphysics.AMGCLSmoother

Vicente Mataix Ferrándiz edited this page Jul 30, 2019 · 4 revisions

KratosMultiphysics.AMGCLSmoother = class AMGCLSmoother(pybind11_builtins.pybind11_object)

| |

Method resolution order:

[AMGCLSmoother](KratosMultiphysics.AMGCLSmoother)
pybind11_builtins.pybind11_object
[builtins.object](builtins.html#object)

Methods defined here:

eq(...)

`__eq__(*args, **kwargs)  

Overloaded function.

  1. eq(self: Kratos.AMGCLSmoother, arg0: Kratos.AMGCLSmoother) -> bool

  2. eq(self: Kratos.AMGCLSmoother, arg0: int) -> bool`

getstate(...)

`__getstate__(self: Kratos.AMGCLSmoother) -> tuple`

hash(...)

`__hash__(self: Kratos.AMGCLSmoother) -> int`

init(...)

`__init__(self: Kratos.AMGCLSmoother, arg0: int) -> None`

int(...)

`__int__(self: Kratos.AMGCLSmoother) -> int`

ne(...)

`__ne__(*args, **kwargs)  

Overloaded function.

  1. ne(self: Kratos.AMGCLSmoother, arg0: Kratos.AMGCLSmoother) -> bool

  2. ne(self: Kratos.AMGCLSmoother, arg0: int) -> bool`

repr(...)

`__repr__(self: Kratos.AMGCLSmoother) -> str`

setstate(...)

`__setstate__(self: Kratos.AMGCLSmoother, arg0: tuple) -> None`

Data descriptors defined here:

members


Data and other attributes defined here:

CHEBYSHEV = AMGCLSmoother.CHEBYSHEV

DAMPED_JACOBI = AMGCLSmoother.DAMPED_JACOBI

GAUSS_SEIDEL = AMGCLSmoother.GAUSS_SEIDEL

ILU0 = AMGCLSmoother.ILU0

SPAI0 = AMGCLSmoother.SPAI0

SPAI1 = AMGCLSmoother.SPAI1


Static methods inherited from pybind11_builtins.pybind11_object:

new(*args, **kwargs) from pybind11_builtins.pybind11_type

` Create and return a new object.  See help(type) for accurate signature.`

Project information

Getting Started

Tutorials

Developers

Kratos structure

Conventions

Solvers

Debugging, profiling and testing

HOW TOs

Utilities

Kratos API

Kratos Structural Mechanics API

Clone this wiki locally