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.
|
Wrapper for the Mortar mapper of EMPIRE. More...
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 | |
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/")
def empire_mortar_mapper.EmpireMortarMapper.__init__ | ( | self, | |
model_part_origin, | |||
model_part_destination, | |||
mapper_settings | |||
) |
def empire_mortar_mapper.EmpireMortarMapper.__del__ | ( | self | ) |
def empire_mortar_mapper.EmpireMortarMapper.UpdateInterface | ( | self | ) |
|
static |
|
static |
|
static |
empire_mortar_mapper.EmpireMortarMapper.mapper_name |
empire_mortar_mapper.EmpireMortarMapper.mesh_name_destination |
empire_mortar_mapper.EmpireMortarMapper.mesh_name_origin |