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.
KratosUnittest.TestCase Member List

This is the complete list of members for KratosUnittest.TestCase, including all inherited members.

assertEqualTolerance(self, first, second, tolerance, msg=None)KratosUnittest.TestCase
assertIsClose(self, first, second, rel_tol=None, abs_tol=None, msg=None)KratosUnittest.TestCase
assertMatrixAlmostEqual(self, matrix1, matrix2, places=7, msg=None, delta=None)KratosUnittest.TestCase
assertVectorAlmostEqual(self, vector1, vector2, places=7, msg=None, delta=None)KratosUnittest.TestCase
aux_messageKratosUnittest.TestCase
idx_1KratosUnittest.TestCase
idx_2KratosUnittest.TestCase
mismatch_idxKratosUnittest.TestCase
run(self, result=None)KratosUnittest.TestCase
skipTestIfApplicationsNotAvailable(self, *application_names)KratosUnittest.TestCase