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
check_scalar_on_nodes_process.CheckScalarOnNodesProcess Class Reference

All the processes python should be derived from "Process". More...

Inheritance diagram for check_scalar_on_nodes_process.CheckScalarOnNodesProcess:
Collaboration diagram for check_scalar_on_nodes_process.CheckScalarOnNodesProcess:

Public Member Functions

def __init__ (self, Model, settings)
 
def ExecuteInitialize (self)
 
def ExecuteInitializeSolutionStep (self)
 
def ExecuteFinalizeSolutionStep (self)
 
- Public Member Functions inherited from KratosUnittest.TestCase
def run (self, result=None)
 
def skipTestIfApplicationsNotAvailable (self, *application_names)
 Skips the test if required applications are not available. More...
 
def assertEqualTolerance (self, first, second, tolerance, msg=None)
 Fails if first and second have a difference greater than tolerance. More...
 
def assertIsClose (self, first, second, rel_tol=None, abs_tol=None, msg=None)
 Fails if the two objects are unequal as determined by their absolute and relative difference. More...
 
def assertVectorAlmostEqual (self, vector1, vector2, places=7, msg=None, delta=None)
 
def assertMatrixAlmostEqual (self, matrix1, matrix2, places=7, msg=None, delta=None)
 

Public Attributes

 non_trivial_local_system
 
 R
 
 x0
 
 model
 
 settings
 
 variable
 
 interval
 
 value_is_numeric
 
 is_time_function
 
 value
 
 function_string
 
 aux_function
 
 tol
 
 model_part
 
 mesh
 
- Public Attributes inherited from KratosUnittest.TestCase
 mismatch_idx
 
 aux_message
 
 idx_1
 
 idx_2
 

Detailed Description

All the processes python should be derived from "Process".

Constructor & Destructor Documentation

◆ __init__()

def check_scalar_on_nodes_process.CheckScalarOnNodesProcess.__init__ (   self,
  Model,
  settings 
)

Member Function Documentation

◆ ExecuteFinalizeSolutionStep()

def check_scalar_on_nodes_process.CheckScalarOnNodesProcess.ExecuteFinalizeSolutionStep (   self)

◆ ExecuteInitialize()

def check_scalar_on_nodes_process.CheckScalarOnNodesProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def check_scalar_on_nodes_process.CheckScalarOnNodesProcess.ExecuteInitializeSolutionStep (   self)

Member Data Documentation

◆ aux_function

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.aux_function

◆ function_string

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.function_string

◆ interval

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.interval

◆ is_time_function

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.is_time_function

◆ mesh

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.mesh

◆ model

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.model

◆ model_part

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.model_part

◆ non_trivial_local_system

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.non_trivial_local_system

◆ R

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.R

◆ settings

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.settings

◆ tol

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.tol

◆ value

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.value

◆ value_is_numeric

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.value_is_numeric

◆ variable

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.variable

◆ x0

check_scalar_on_nodes_process.CheckScalarOnNodesProcess.x0

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