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
set_directors_process.SetDirectorsProcess Class Reference

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

Inheritance diagram for set_directors_process.SetDirectorsProcess:
Collaboration diagram for set_directors_process.SetDirectorsProcess:

Public Member Functions

def __init__ (self, Model, settings)
 The default constructor of the class. More...
 
def ExecuteInitialize (self)
 

Public Attributes

 model_part
 
 director_utilities
 

Detailed Description

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

Only the member variables listed below should be accessed directly.

Public member variables: Model – the container of the different model parts. settings – Kratos parameters containing solver settings.

Constructor & Destructor Documentation

◆ __init__()

def set_directors_process.SetDirectorsProcess.__init__ (   self,
  Model,
  settings 
)

The default constructor of the class.

   Keyword arguments:
   self -- It signifies an instance of a class.
   Model -- the container of the different model parts.
   settings -- Kratos parameters containing solver settings.

Member Function Documentation

◆ ExecuteInitialize()

def set_directors_process.SetDirectorsProcess.ExecuteInitialize (   self)

Member Data Documentation

◆ director_utilities

set_directors_process.SetDirectorsProcess.director_utilities

◆ model_part

set_directors_process.SetDirectorsProcess.model_part

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