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
particle_from_json_check_result_process Namespace Reference

Classes

class  LegacyFromJsonCheckResultProcess
 This class is used in order to check results using a json file containing the solution a given model part with a certain frequency. More...
 
class  ParticleFromJsonCheckResultProcess
 

Functions

def Factory (settings, Model)
 
def ComputeRelevantDigits (number)
 Computes the relevant digits. More...
 

Function Documentation

◆ ComputeRelevantDigits()

def particle_from_json_check_result_process.ComputeRelevantDigits (   number)

Computes the relevant digits.

Keyword arguments: self – It signifies an instance of a class.

◆ Factory()

def particle_from_json_check_result_process.Factory (   settings,
  Model 
)