FEM: move CalculiX test files to test_files/ccx directory

This commit is contained in:
Bernd Hahnebach 2015-11-07 17:23:31 +01:00
parent 737fa891f8
commit c542a88e5e
16 changed files with 27 additions and 26 deletions

View File

@ -113,18 +113,18 @@ SET(FemScripts_SRCS
#SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS}) #SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS})
SET(FemTests_SRCS SET(FemTests_SRCS
test_files/mesh_points.csv test_files/ccx/mesh_points.csv
test_files/mesh_volumes.csv test_files/ccx/mesh_volumes.csv
test_files/static_analysis.inp test_files/ccx/static_analysis.inp
test_files/frequency_analysis.inp test_files/ccx/frequency_analysis.inp
test_files/cube_frequency.inp test_files/ccx/cube_frequency.inp
test_files/cube_frequency.dat test_files/ccx/cube_frequency.dat
test_files/cube_frequency.frd test_files/ccx/cube_frequency.frd
test_files/cube_frequency_expected_values test_files/ccx/cube_frequency_expected_values
test_files/cube_static.inp test_files/ccx/cube_static.inp
test_files/cube_static.dat test_files/ccx/cube_static.dat
test_files/cube_static.frd test_files/ccx/cube_static.frd
test_files/cube_static_expected_values test_files/ccx/cube_static_expected_values
) )
SET(FemBase_SRCS SET(FemBase_SRCS

View File

@ -59,18 +59,19 @@ INSTALL(
INSTALL( INSTALL(
FILES FILES
test_files/mesh_points.csv # changes on the file list here needs to be made in App/CMakeLists.txt as well
test_files/mesh_volumes.csv test_files/ccx/mesh_points.csv
test_files/static_analysis.inp test_files/ccx/mesh_volumes.csv
test_files/frequency_analysis.inp test_files/ccx/static_analysis.inp
test_files/cube_frequency.inp test_files/ccx/frequency_analysis.inp
test_files/cube_frequency.dat test_files/ccx/cube_frequency.inp
test_files/cube_frequency.frd test_files/ccx/cube_frequency.dat
test_files/cube_frequency_expected_values test_files/ccx/cube_frequency.frd
test_files/cube_static.inp test_files/ccx/cube_frequency_expected_values
test_files/cube_static.dat test_files/ccx/cube_static.inp
test_files/cube_static.frd test_files/ccx/cube_static.dat
test_files/cube_static_expected_values test_files/ccx/cube_static.frd
test_files/ccx/cube_static_expected_values
DESTINATION DESTINATION
Mod/Fem/test_files Mod/Fem/test_files/ccx
) )

View File

@ -37,7 +37,7 @@ mesh_name = 'Mesh'
home_path = FreeCAD.getHomePath() home_path = FreeCAD.getHomePath()
temp_dir = tempfile.gettempdir() temp_dir = tempfile.gettempdir()
test_file_dir = home_path + 'Mod/Fem/test_files' test_file_dir = home_path + 'Mod/Fem/test_files/ccx'
static_base_name = 'cube_static' static_base_name = 'cube_static'
frequency_base_name = 'cube_frequency' frequency_base_name = 'cube_frequency'