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
basic_mapping_process.BasicMappingProcess Class Reference

This process allows to do a simple mapping using the SimpleMortarMapperProcess. More...

Inheritance diagram for basic_mapping_process.BasicMappingProcess:
Collaboration diagram for basic_mapping_process.BasicMappingProcess:

Public Member Functions

def __init__ (self, Model, settings)
 The default constructor of the class. More...
 
def ExecuteInitializeSolutionStep (self)
 This method is executed in order to initialize the current step. More...
 

Public Attributes

 interval
 
 origin_model_part
 
 destination_model_part
 
 mapper
 
 step_is_active
 

Detailed Description

This process allows to do a simple mapping using the SimpleMortarMapperProcess.

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 basic_mapping_process.BasicMappingProcess.__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

◆ ExecuteInitializeSolutionStep()

def basic_mapping_process.BasicMappingProcess.ExecuteInitializeSolutionStep (   self)

This method is executed in order to initialize the current step.

   Keyword arguments:
   self -- It signifies an instance of a class.

Member Data Documentation

◆ destination_model_part

basic_mapping_process.BasicMappingProcess.destination_model_part

◆ interval

basic_mapping_process.BasicMappingProcess.interval

◆ mapper

basic_mapping_process.BasicMappingProcess.mapper

◆ origin_model_part

basic_mapping_process.BasicMappingProcess.origin_model_part

◆ step_is_active

basic_mapping_process.BasicMappingProcess.step_is_active

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