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

Public Member Functions

def __init__ (self, keys)
 
def start (self, key)
 
def finish (self, key, show_local=False)
 
def show (self, key, normalize=None)
 
def show_all (self, normalize=None)
 

Public Attributes

 keys
 
 Start
 
 TotalTime
 

Constructor & Destructor Documentation

◆ __init__()

def Chrono.Chrono.__init__ (   self,
  keys 
)

Member Function Documentation

◆ finish()

def Chrono.Chrono.finish (   self,
  key,
  show_local = False 
)

◆ show()

def Chrono.Chrono.show (   self,
  key,
  normalize = None 
)

◆ show_all()

def Chrono.Chrono.show_all (   self,
  normalize = None 
)

◆ start()

def Chrono.Chrono.start (   self,
  key 
)

Member Data Documentation

◆ keys

Chrono.Chrono.keys

◆ Start

Chrono.Chrono.Start

◆ TotalTime

Chrono.Chrono.TotalTime

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