Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KratosMultiphysics/Kratos
/ GetFilePath
Function
GetFilePath
kratos/tests/test_variable_utils.py:7–8 ·
view source on GitHub ↗
(fileName)
Source
from the content-addressed store, hash-verified
5
import
os
6
7
def
GetFilePath(fileName):
8
return
os.path.join(os.path.dirname(os.path.realpath(__file__)), fileName)
9
10
class
TestVariableUtils(KratosUnittest.TestCase):
11
Callers
15
test_copy_model_part_nodal_var
Method · 0.70
test_copy_model_part_nodal_var_to_non_historical_var
Method · 0.70
test_copy_model_part_elemental_var
Method · 0.70
test_set_nonhistorical_variable
Method · 0.70
test_clear_nonhistorical_values
Method · 0.70
test_clear_historical_values
Method · 0.70
test_set_flag
Method · 0.70
test_copy_var
Method · 0.70
test_save_var
Method · 0.70
test_set_variable_to_zero
Method · 0.70
test_set_nodal_historical_variable_to_zero
Method · 0.70
test_select_node_list
Method · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected