Skip to content

KratosMultiphysics.PythonGenericFunctionUtility

Vicente Mataix Ferrándiz edited this page Dec 15, 2019 · 5 revisions

KratosMultiphysics.PythonGenericFunctionUtility = class PythonGenericFunctionUtility(pybind11_builtins.pybind11_object)

| |

Method resolution order:

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

Methods defined here:

CallFunction(...)

`CallFunction(self: Kratos.PythonGenericFunctionUtility, arg0: float, arg1: float, arg2: float, arg3: float, arg4: float, arg5: float, arg6: float) -> float`

DependsOnSpace(...)

`DependsOnSpace(self: Kratos.PythonGenericFunctionUtility) -> bool`

RotateAndCallFunction(...)

`RotateAndCallFunction(self: Kratos.PythonGenericFunctionUtility, arg0: float, arg1: float, arg2: float, arg3: float, arg4: float, arg5: float, arg6: float) -> float`

UseLocalSystem(...)

`UseLocalSystem(self: Kratos.PythonGenericFunctionUtility) -> bool`

init(...)

`__init__(*args, **kwargs)  

Overloaded function.

  1. init(self: Kratos.PythonGenericFunctionUtility, arg0: str) -> None

  2. init(self: Kratos.PythonGenericFunctionUtility, arg0: str, arg1: Kratos::Parameters) -> None`


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