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

Public Member Functions

def __init__ (self, Model, custom_settings)
 
def ExecuteInitialize (self)
 
def Execute (self)
 
def ExecuteFinalize (self)
 

Public Attributes

 settings
 settings string in json format More...
 
 model_part
 
 echo_level
 
 material_name
 
 properties
 
 variables
 
 tables
 

Constructor & Destructor Documentation

◆ __init__()

def assign_sections_process.AssignSectionsProcess.__init__ (   self,
  Model,
  custom_settings 
)

Member Function Documentation

◆ Execute()

def assign_sections_process.AssignSectionsProcess.Execute (   self)

◆ ExecuteFinalize()

def assign_sections_process.AssignSectionsProcess.ExecuteFinalize (   self)

◆ ExecuteInitialize()

def assign_sections_process.AssignSectionsProcess.ExecuteInitialize (   self)

Member Data Documentation

◆ echo_level

assign_sections_process.AssignSectionsProcess.echo_level

◆ material_name

assign_sections_process.AssignSectionsProcess.material_name

◆ model_part

assign_sections_process.AssignSectionsProcess.model_part

◆ properties

assign_sections_process.AssignSectionsProcess.properties

◆ settings

assign_sections_process.AssignSectionsProcess.settings

settings string in json format

◆ tables

assign_sections_process.AssignSectionsProcess.tables

◆ variables

assign_sections_process.AssignSectionsProcess.variables

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