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 | Static Public Attributes | List of all members
empire_mortar_mapper.EmpireMortarMapper Class Reference

Wrapper for the Mortar mapper of EMPIRE. More...

Inheritance diagram for empire_mortar_mapper.EmpireMortarMapper:
Collaboration diagram for empire_mortar_mapper.EmpireMortarMapper:

Public Member Functions

def __init__ (self, model_part_origin, model_part_destination, mapper_settings)
 
def __del__ (self)
 
def UpdateInterface (self)
 

Public Attributes

 mapper_name
 
 mesh_name_origin
 
 mesh_name_destination
 

Static Public Attributes

int mapper_count = 0
 
int instances = 0
 
 mapper_lib = None
 

Detailed Description

Wrapper for the Mortar mapper of EMPIRE.

Usage:
Empire needs to be compiled separately
It can then be used by either of the two ways:
- (default) use "startEMPIRE" to bring "EMPIRE_MAPPER_LIBSO_ON_MACHINE" to the environment
- use "path_mapper_lib" to sprecify the path to "libEMPIRE_MapperLib.so" (by default located in "EMPIRE-Core/lib/")

Constructor & Destructor Documentation

◆ __init__()

def empire_mortar_mapper.EmpireMortarMapper.__init__ (   self,
  model_part_origin,
  model_part_destination,
  mapper_settings 
)

◆ __del__()

def empire_mortar_mapper.EmpireMortarMapper.__del__ (   self)

Member Function Documentation

◆ UpdateInterface()

def empire_mortar_mapper.EmpireMortarMapper.UpdateInterface (   self)

Member Data Documentation

◆ instances

int empire_mortar_mapper.EmpireMortarMapper.instances = 0
static

◆ mapper_count

int empire_mortar_mapper.EmpireMortarMapper.mapper_count = 0
static

◆ mapper_lib

empire_mortar_mapper.EmpireMortarMapper.mapper_lib = None
static

◆ mapper_name

empire_mortar_mapper.EmpireMortarMapper.mapper_name

◆ mesh_name_destination

empire_mortar_mapper.EmpireMortarMapper.mesh_name_destination

◆ mesh_name_origin

empire_mortar_mapper.EmpireMortarMapper.mesh_name_origin

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