![]() |
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.
|
All the processes python should be derived from "Process". More...
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 | |
| model | |
| settings | |
| variable | |
| tol | |
| model_part | |
| mesh | |
Public Attributes inherited from KratosUnittest.TestCase | |
| mismatch_idx | |
| aux_message | |
| idx_1 | |
| idx_2 | |
All the processes python should be derived from "Process".
| def check_scalar_on_elements_process.CheckScalarOnElementsProcess.__init__ | ( | self, | |
| Model, | |||
| settings | |||
| ) |
| def check_scalar_on_elements_process.CheckScalarOnElementsProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
| def check_scalar_on_elements_process.CheckScalarOnElementsProcess.ExecuteInitialize | ( | self | ) |
| def check_scalar_on_elements_process.CheckScalarOnElementsProcess.ExecuteInitializeSolutionStep | ( | self | ) |
| check_scalar_on_elements_process.CheckScalarOnElementsProcess.mesh |
| check_scalar_on_elements_process.CheckScalarOnElementsProcess.model |
| check_scalar_on_elements_process.CheckScalarOnElementsProcess.model_part |
| check_scalar_on_elements_process.CheckScalarOnElementsProcess.settings |
| check_scalar_on_elements_process.CheckScalarOnElementsProcess.tol |
| check_scalar_on_elements_process.CheckScalarOnElementsProcess.variable |