Functions | |
| def | all_test_files () |
| def | collect_python_modules (femsubdir=None) |
| def | compare_files (file_name1, file_name2) |
| def | compare_inp_files (file_name1, file_name2) |
| def | compare_stats (fea, stat_file, res_obj_name, loc_stat_types=None) |
| def | cube_frequency () |
| def | cube_static () |
| def | fcc_print (message) |
| def | Flow1D_thermomech () |
| def | force_unix_line_ends (line_list) |
| def | get_defmake_count (fem_vtk_post=True) |
| def | get_fem_test_defs () |
| def | get_fem_test_home_dir () |
| def | get_fem_test_tmp_dir () |
| def | get_unit_test_tmp_dir (temp_dir, unittestdir) |
| def | multimat () |
| def | spine_thermomech () |
Function Documentation
◆ all_test_files()
| def femtest.app.support_utils.all_test_files | ( | ) |
◆ collect_python_modules()
| def femtest.app.support_utils.collect_python_modules | ( | femsubdir = None | ) |
References femtest.app.support_utils.fcc_print().
◆ compare_files()
| def femtest.app.support_utils.compare_files | ( | file_name1, | |
| file_name2 | |||
| ) |
References femtest.app.support_utils.force_unix_line_ends().
◆ compare_inp_files()
| def femtest.app.support_utils.compare_inp_files | ( | file_name1, | |
| file_name2 | |||
| ) |
References femtest.app.support_utils.force_unix_line_ends().
◆ compare_stats()
| def femtest.app.support_utils.compare_stats | ( | fea, | |
| stat_file, | |||
| res_obj_name, | |||
loc_stat_types = None |
|||
| ) |
◆ cube_frequency()
| def femtest.app.support_utils.cube_frequency | ( | ) |
References femtest.app.support_utils.get_fem_test_tmp_dir().
Referenced by femtest.app.support_utils.all_test_files().
◆ cube_static()
| def femtest.app.support_utils.cube_static | ( | ) |
References femtest.app.support_utils.get_fem_test_tmp_dir().
Referenced by femtest.app.support_utils.all_test_files().
◆ fcc_print()
| def femtest.app.support_utils.fcc_print | ( | message | ) |
◆ Flow1D_thermomech()
| def femtest.app.support_utils.Flow1D_thermomech | ( | ) |
References femtest.app.support_utils.get_fem_test_tmp_dir().
Referenced by femtest.app.support_utils.all_test_files().
◆ force_unix_line_ends()
| def femtest.app.support_utils.force_unix_line_ends | ( | line_list | ) |
◆ get_defmake_count()
| def femtest.app.support_utils.get_defmake_count | ( | fem_vtk_post = True | ) |
count the def make in module ObjectsFem could also be done in bash with grep -c "def make" src/Mod/Fem/ObjectsFem.py
◆ get_fem_test_defs()
| def femtest.app.support_utils.get_fem_test_defs | ( | ) |
◆ get_fem_test_home_dir()
| def femtest.app.support_utils.get_fem_test_home_dir | ( | ) |
◆ get_fem_test_tmp_dir()
| def femtest.app.support_utils.get_fem_test_tmp_dir | ( | ) |
◆ get_unit_test_tmp_dir()
| def femtest.app.support_utils.get_unit_test_tmp_dir | ( | temp_dir, | |
| unittestdir | |||
| ) |
◆ multimat()
| def femtest.app.support_utils.multimat | ( | ) |
References femtest.app.support_utils.get_fem_test_tmp_dir().
Referenced by femtest.app.support_utils.all_test_files().
◆ spine_thermomech()
| def femtest.app.support_utils.spine_thermomech | ( | ) |
References femtest.app.support_utils.get_fem_test_tmp_dir().
Referenced by femtest.app.support_utils.all_test_files().
1.8.17