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 (dirname=None) |
def | get_namefromdef (strdel="", stradd="") |
def | get_unit_test_tmp_dir (temp_dir, unittestdir) |
def | multimat () |
def | spine_thermomech () |
def femtest.app.support_utils.all_test_files | ( | ) |
def femtest.app.support_utils.collect_python_modules | ( | femsubdir = None | ) |
References femtest.app.support_utils.fcc_print().
def femtest.app.support_utils.compare_files | ( | file_name1, | |
file_name2 | |||
) |
References femtest.app.support_utils.force_unix_line_ends().
def femtest.app.support_utils.compare_inp_files | ( | file_name1, | |
file_name2 | |||
) |
References femtest.app.support_utils.force_unix_line_ends().
def femtest.app.support_utils.compare_stats | ( | fea, | |
stat_file, | |||
res_obj_name, | |||
loc_stat_types = None |
|||
) |
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().
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().
def femtest.app.support_utils.fcc_print | ( | message | ) |
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().
def femtest.app.support_utils.force_unix_line_ends | ( | line_list | ) |
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
def femtest.app.support_utils.get_fem_test_defs | ( | ) |
def femtest.app.support_utils.get_fem_test_home_dir | ( | ) |
def femtest.app.support_utils.get_fem_test_tmp_dir | ( | dirname = None | ) |
def femtest.app.support_utils.get_namefromdef | ( | strdel = "" , |
|
stradd = "" |
|||
) |
def femtest.app.support_utils.get_unit_test_tmp_dir | ( | temp_dir, | |
unittestdir | |||
) |
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().
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().