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 | List of all members
empty_output_process.EmptyOutputProcess Class Reference
Inheritance diagram for empty_output_process.EmptyOutputProcess:
Collaboration diagram for empty_output_process.EmptyOutputProcess:

Public Member Functions

def __init__ (self, model, parameters)
 EmptyOutputProcess constructor. More...
 
def PrintOutput (self)
 

Constructor & Destructor Documentation

◆ __init__()

def empty_output_process.EmptyOutputProcess.__init__ (   self,
  model,
  parameters 
)

EmptyOutputProcess constructor.

   This is a temporal file and it must be deleted once there is an output_process base class in the core.
   The main reason of existing is the need to test VisualizationMeshProcess with JsonOutputProcess and FromJsonCheckResultProcess.

Member Function Documentation

◆ PrintOutput()

def empty_output_process.EmptyOutputProcess.PrintOutput (   self)

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