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.
Classes | Functions
serial_output_process Namespace Reference

Classes

class  SerialOutputProcess
 This process is used in distributed simulations to do post-processing on one rank For this first the results are mapped to a serial ModelPart, with which then postprocessing is done This is not the most efficient approach by principle, but sometimes it is necessary to collect all the results on one rank. More...
 

Functions

def Factory (settings, model)
 
def GetMapperFlags (settings)
 

Function Documentation

◆ Factory()

def serial_output_process.Factory (   settings,
  model 
)

◆ GetMapperFlags()

def serial_output_process.GetMapperFlags (   settings)