Skip to content

KratosMultiphysics.AMGCLSmoother

Vicente Mataix Ferrándiz edited this page Jun 9, 2018 · 4 revisions

KratosMultiphysics.AMGCLSmoother = class AMGCLSmoother(pybind11_builtins.pybind11_object)

Members:

SPAI0

ILU0

DAMPED_JACOBI

GAUSS_SEIDEL

CHEBYSHEV

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


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