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

Public Member Functions

def __init__ (self, model, settings)
 
def ExecuteInitialize (self)
 Initialize the non historical variables and the measuring of computational time. More...
 
def IsOutputStep (self)
 Check if the current time step is near enough to the specified printing times. More...
 
def PrintOutput (self)
 Write the values into the file. More...
 
def Check (self)
 Check the correctness of the input parameters. More...
 

Public Attributes

 settings
 
 model_part
 
 variables
 
 printing_times
 
 is_printed
 
 integrate_over_all_the_domain
 
 start_time
 

Constructor & Destructor Documentation

◆ __init__()

def convergence_output_process.ConvergenceOutputProcess.__init__ (   self,
  model,
  settings 
)

Member Function Documentation

◆ Check()

def convergence_output_process.ConvergenceOutputProcess.Check (   self)

Check the correctness of the input parameters.

◆ ExecuteInitialize()

def convergence_output_process.ConvergenceOutputProcess.ExecuteInitialize (   self)

Initialize the non historical variables and the measuring of computational time.

◆ IsOutputStep()

def convergence_output_process.ConvergenceOutputProcess.IsOutputStep (   self)

Check if the current time step is near enough to the specified printing times.

◆ PrintOutput()

def convergence_output_process.ConvergenceOutputProcess.PrintOutput (   self)

Write the values into the file.

Member Data Documentation

◆ integrate_over_all_the_domain

convergence_output_process.ConvergenceOutputProcess.integrate_over_all_the_domain

◆ is_printed

convergence_output_process.ConvergenceOutputProcess.is_printed

◆ model_part

convergence_output_process.ConvergenceOutputProcess.model_part

◆ printing_times

convergence_output_process.ConvergenceOutputProcess.printing_times

◆ settings

convergence_output_process.ConvergenceOutputProcess.settings

◆ start_time

convergence_output_process.ConvergenceOutputProcess.start_time

◆ variables

convergence_output_process.ConvergenceOutputProcess.variables

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