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
automatic_dt_process.AutomaticDTProcess Class Reference

All the processes python should be derived from "Process". More...

Inheritance diagram for automatic_dt_process.AutomaticDTProcess:
Collaboration diagram for automatic_dt_process.AutomaticDTProcess:

Public Member Functions

def __init__ (self, Model, settings)
 
def ExecuteBeforeSolutionLoop (self)
 

Public Attributes

 model_part
 
 automatic_dt_process
 

Detailed Description

All the processes python should be derived from "Process".

Constructor & Destructor Documentation

◆ __init__()

def automatic_dt_process.AutomaticDTProcess.__init__ (   self,
  Model,
  settings 
)

Member Function Documentation

◆ ExecuteBeforeSolutionLoop()

def automatic_dt_process.AutomaticDTProcess.ExecuteBeforeSolutionLoop (   self)

Member Data Documentation

◆ automatic_dt_process

automatic_dt_process.AutomaticDTProcess.automatic_dt_process

◆ model_part

automatic_dt_process.AutomaticDTProcess.model_part

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