Skip to content

KratosMultiphysics.Timer

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

KratosMultiphysics.Timer = class Timer(pybind11_builtins.pybind11_object)

| |

Method resolution order:

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

Methods defined here:

init(...)

`__init__(self: Kratos.Timer) -> None`

str(...)

`__str__(self: Kratos.Timer) -> str`

Static methods defined here:

CloseOuputFile(...) from builtins.PyCapsule

`CloseOuputFile() -> int`

GetPrintIntervalInformation(...) from builtins.PyCapsule

`GetPrintIntervalInformation() -> bool`

GetPrintOnScreen(...) from builtins.PyCapsule

`GetPrintOnScreen() -> bool`

GetTime(...) from builtins.PyCapsule

`GetTime() -> float`

PrintTimingInformation(...) from builtins.PyCapsule

`PrintTimingInformation(arg0: Kratos.Timer) -> None`

SetOuputFile(...) from builtins.PyCapsule

`SetOuputFile(arg0: str) -> int`

SetPrintIntervalInformation(...) from builtins.PyCapsule

`SetPrintIntervalInformation(arg0: bool) -> None`

SetPrintOnScreen(...) from builtins.PyCapsule

`SetPrintOnScreen(arg0: bool) -> None`

Start(...) from builtins.PyCapsule

`Start(arg0: str) -> None`

Stop(...) from builtins.PyCapsule

`Stop(arg0: str) -> None`

Data descriptors defined here:

PrintIntervalInformation

``

PrintOnScreen

``

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