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

Public Member Functions

def __init__ (self)
 
def Repart (self, balls_model_part)
 
def CalculateModelNewIds (self, balls_model_part)
 
def PerformInitialPartition (self, model_part_io_spheres)
 
def SetCommunicator (self, spheres_model_part, model_part_io_spheres, spheres_mp_filename)
 
def GetSearchStrategy (self, solver, model_part)
 

Public Attributes

 mpi_utilities
 

Constructor & Destructor Documentation

◆ __init__()

def DEM_procedures_mpi.ParallelUtils.__init__ (   self)

Reimplemented from DEM_procedures.ParallelUtils.

Member Function Documentation

◆ CalculateModelNewIds()

def DEM_procedures_mpi.ParallelUtils.CalculateModelNewIds (   self,
  balls_model_part 
)

Reimplemented from DEM_procedures.ParallelUtils.

◆ GetSearchStrategy()

def DEM_procedures_mpi.ParallelUtils.GetSearchStrategy (   self,
  solver,
  model_part 
)

Reimplemented from DEM_procedures.ParallelUtils.

◆ PerformInitialPartition()

def DEM_procedures_mpi.ParallelUtils.PerformInitialPartition (   self,
  model_part_io_spheres 
)

Reimplemented from DEM_procedures.ParallelUtils.

◆ Repart()

def DEM_procedures_mpi.ParallelUtils.Repart (   self,
  balls_model_part 
)

Reimplemented from DEM_procedures.ParallelUtils.

◆ SetCommunicator()

def DEM_procedures_mpi.ParallelUtils.SetCommunicator (   self,
  spheres_model_part,
  model_part_io_spheres,
  spheres_mp_filename 
)

Reimplemented from DEM_procedures.ParallelUtils.

Member Data Documentation

◆ mpi_utilities

DEM_procedures_mpi.ParallelUtils.mpi_utilities

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